svn commit: r291690 - head/sys/compat/linuxkpi/common/include/linux
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Dec 3 11:45:13 UTC 2015
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_ */
More information about the svn-src-head
mailing list