From 2961d6ddf8291da0d3ad661b1ffd8d6258eac98f Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Tue, 27 Sep 2005 15:59:43 -0700 Subject: [PATCH] --- yaml --- r: 9441 b: refs/heads/master c: 2fab35d78f32fc107e1af4b1ec23f557fa20d911 h: refs/heads/master i: 9439: 181fe58c712af60513ff79a6866714f697461444 v: v3 --- [refs] | 2 +- trunk/include/linux/if_ether.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fdccfdd4bbe8..03e571a3c911 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 520d1b830a93086c1f9e969d98f7ef01f0356493 +refs/heads/master: 2fab35d78f32fc107e1af4b1ec23f557fa20d911 diff --git a/trunk/include/linux/if_ether.h b/trunk/include/linux/if_ether.h index fc2d4c8225aa..d21c305c6c64 100644 --- a/trunk/include/linux/if_ether.h +++ b/trunk/include/linux/if_ether.h @@ -111,7 +111,9 @@ static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) return (struct ethhdr *)skb->mac.raw; } +#ifdef CONFIG_SYSCTL extern struct ctl_table ether_table[]; #endif +#endif #endif /* _LINUX_IF_ETHER_H */