diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/skbuff.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 9f2d75e4f087..22b701819619 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -83,12 +83,6 @@ | |||
83 | * Any questions? No questions, good. --ANK | 83 | * Any questions? No questions, good. --ANK |
84 | */ | 84 | */ |
85 | 85 | ||
86 | #ifdef __i386__ | ||
87 | #define NET_CALLER(arg) (*(((void **)&arg) - 1)) | ||
88 | #else | ||
89 | #define NET_CALLER(arg) __builtin_return_address(0) | ||
90 | #endif | ||
91 | |||
92 | struct net_device; | 86 | struct net_device; |
93 | 87 | ||
94 | #ifdef CONFIG_NETFILTER | 88 | #ifdef CONFIG_NETFILTER |