Remove incorrect defines. The proper version of these macros is

defined in linux/etherdevice.h.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2015-12-03 11:45:12 +00:00
parent 14df39ad40
commit 9ce5ab9ce6

View File

@ -31,8 +31,4 @@
#ifndef _LINUX_COMPAT_H_
#define _LINUX_COMPAT_H_
#define is_multicast_ether_addr(x) 0
#define is_broadcast_ether_addr(x) 0
#endif /* _LINUX_COMPAT_H_ */