From b05649f0605efaf9fb55ae6a17351acb485f9f6b Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 13 Jan 2015 15:31:22 +0200 Subject: [PATCH] compat-2.6.33.h: Removed IFF_DONT_BRIDGE to avoid redefinition warning Signed-off-by: Vladimir Sokolovsky --- include/linux/compat-2.6.33.h | 4 ---- 1 file changed, 4 deletions(-) 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 */ -- 2.46.0