diff options
Diffstat (limited to 'drivers/net/sk98lin/uboot_skb.c')
-rw-r--r-- | drivers/net/sk98lin/uboot_skb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/sk98lin/uboot_skb.c b/drivers/net/sk98lin/uboot_skb.c index 3a487a8..487f01e 100644 --- a/drivers/net/sk98lin/uboot_skb.c +++ b/drivers/net/sk98lin/uboot_skb.c @@ -24,9 +24,6 @@ */ #include <config.h> - -#ifdef CONFIG_SK98 - #include <common.h> #include "u-boot_compat.h" @@ -118,5 +115,3 @@ void skb_put(struct sk_buff *skb, unsigned int len) { skb->len+=len; } - -#endif /* CONFIG_SK98 */ |