summaryrefslogtreecommitdiff
path: root/drivers/net/sk98lin/uboot_skb.c
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-07-12 00:08:45 -0700
committerBen Warren <biggerbadderben@gmail.com>2008-08-26 22:17:56 -0700
commit8379f42bc745eb9e4ca551a30fd2d0a63f740d75 (patch)
treefb8bf3080762a2efa042aaaf15d64db9c67a7e7a /drivers/net/sk98lin/uboot_skb.c
parent65d3d99c28dc363d15eaee78225ff643df499b97 (diff)
downloadu-boot-imx-8379f42bc745eb9e4ca551a30fd2d0a63f740d75.zip
u-boot-imx-8379f42bc745eb9e4ca551a30fd2d0a63f740d75.tar.gz
u-boot-imx-8379f42bc745eb9e4ca551a30fd2d0a63f740d75.tar.bz2
Moved conditional compilation to Makefile for SK98 Ethernet driver
Brute-force removal of #ifdefs. Didn't touch the code. Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'drivers/net/sk98lin/uboot_skb.c')
-rw-r--r--drivers/net/sk98lin/uboot_skb.c5
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 */