diff options
author | hselasky <hselasky@FreeBSD.org> | 2015-12-11 13:19:33 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2015-12-11 13:19:33 +0000 |
commit | d7a35aff81f5674a6fc83517c52a82d61399c82c (patch) | |
tree | 2da1c7dd01734444e34b5eab6ce61bc25bab05c1 | |
parent | 4a047a2bc5a2e281678d31bc433042ef5ef8e72b (diff) | |
download | FreeBSD-src-d7a35aff81f5674a6fc83517c52a82d61399c82c.zip FreeBSD-src-d7a35aff81f5674a6fc83517c52a82d61399c82c.tar.gz |
MFC r291690:
Remove incorrect defines. The proper version of these macros is
defined in linux/etherdevice.h.
Sponsored by: Mellanox Technologies
-rw-r--r-- | sys/ofed/include/linux/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/ofed/include/linux/compat.h b/sys/ofed/include/linux/compat.h index a8929f3..6d10067 100644 --- a/sys/ofed/include/linux/compat.h +++ b/sys/ofed/include/linux/compat.h @@ -30,8 +30,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_ */ |