From: Vladimir Sokolovsky Date: Tue, 13 Jan 2015 13:31:22 +0000 (+0200) Subject: compat-2.6.33.h: Removed IFF_DONT_BRIDGE to avoid redefinition warning X-Git-Tag: vofed-3.18~32 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b05649f0605efaf9fb55ae6a17351acb485f9f6b;p=~emulex%2Ftmp%2Fcompat%2F.git compat-2.6.33.h: Removed IFF_DONT_BRIDGE to avoid redefinition warning Signed-off-by: Vladimir Sokolovsky --- diff --git a/include/linux/compat-2.6.33.h b/include/linux/compat-2.6.33.h index f93f7bd..d4ba6e7 100644 --- a/include/linux/compat-2.6.33.h +++ b/include/linux/compat-2.6.33.h @@ -55,10 +55,6 @@ static inline void release_firmware(const struct firmware *fw) #if !defined(KEY_RFKILL) #define KEY_RFKILL 247 /* Key that controls all radios */ #endif - -#ifndef IFF_DONT_BRIDGE -#define IFF_DONT_BRIDGE 0x800 /* disallow bridging this ether dev */ -#endif /* IFF_DONT_BRIDGE */ /* source: include/linux/if.h */ /* this will never happen on older kernels */