Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 14:53:40 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r292108 - stable/9/sys/ofed/include/linux
Message-ID:  <201512111453.tBBEreg2094870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Fri Dec 11 14:53:40 2015
New Revision: 292108
URL: https://svnweb.freebsd.org/changeset/base/292108

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

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

Modified: stable/9/sys/ofed/include/linux/compat.h
==============================================================================
--- stable/9/sys/ofed/include/linux/compat.h	Fri Dec 11 14:21:58 2015	(r292107)
+++ stable/9/sys/ofed/include/linux/compat.h	Fri Dec 11 14:53:40 2015	(r292108)
@@ -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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512111453.tBBEreg2094870>