From 8379f42bc745eb9e4ca551a30fd2d0a63f740d75 Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Sat, 12 Jul 2008 00:08:45 -0700 Subject: Moved conditional compilation to Makefile for SK98 Ethernet driver Brute-force removal of #ifdefs. Didn't touch the code. Signed-off-by: Ben Warren --- drivers/net/sk98lin/uboot_skb.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/net/sk98lin/uboot_skb.c') 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 - -#ifdef CONFIG_SK98 - #include #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 */ -- cgit v1.1