Author: hselasky Date: Thu Dec 3 11:45:12 2015 New Revision: 291690 URL: https://svnweb.freebsd.org/changeset/base/291690
Log: Remove incorrect defines. The proper version of these macros is defined in linux/etherdevice.h. MFC after: 1 week Sponsored by: Mellanox Technologies Modified: head/sys/compat/linuxkpi/common/include/linux/compat.h Modified: head/sys/compat/linuxkpi/common/include/linux/compat.h ============================================================================== --- head/sys/compat/linuxkpi/common/include/linux/compat.h Thu Dec 3 11:24:11 2015 (r291689) +++ head/sys/compat/linuxkpi/common/include/linux/compat.h Thu Dec 3 11:45:12 2015 (r291690) @@ -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_ */ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"