svn commit: r292103 - stable/10/sys/ofed/include/linux

Hans Petter Selasky hselasky at FreeBSD.org
Fri Dec 11 13:19:34 UTC 2015


Author: hselasky
Date: Fri Dec 11 13:19:33 2015
New Revision: 292103
URL: https://svnweb.freebsd.org/changeset/base/292103

Log:
  MFC r291690:
  Remove incorrect defines. The proper version of these macros is
  defined in linux/etherdevice.h.
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/10/sys/ofed/include/linux/compat.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/ofed/include/linux/compat.h
==============================================================================
--- stable/10/sys/ofed/include/linux/compat.h	Fri Dec 11 13:15:22 2015	(r292102)
+++ stable/10/sys/ofed/include/linux/compat.h	Fri Dec 11 13:19:33 2015	(r292103)
@@ -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_ */


More information about the svn-src-all mailing list