Date: Thu, 3 Dec 2015 11:45:12 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291690 - head/sys/compat/linuxkpi/common/include/linux Message-ID: <201512031145.tB3BjCUJ075863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512031145.tB3BjCUJ075863>