summaryrefslogtreecommitdiff
path: root/drivers/net/sk98lin/uboot_drv.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_drv.c
parent65d3d99c28dc363d15eaee78225ff643df499b97 (diff)
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_drv.c')
-rw-r--r--drivers/net/sk98lin/uboot_drv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/sk98lin/uboot_drv.c b/drivers/net/sk98lin/uboot_drv.c
index d02cd1be242..8b04842c1a5 100644
--- a/drivers/net/sk98lin/uboot_drv.c
+++ b/drivers/net/sk98lin/uboot_drv.c
@@ -25,9 +25,6 @@
#include <common.h>
-#if defined(CONFIG_CMD_NET) && defined(CONFIG_NET_MULTI) && \
- defined(CONFIG_SK98)
-
#include "h/skdrv1st.h"
#include "h/skdrv2nd.h"
#include "u-boot_compat.h"
@@ -138,6 +135,3 @@ static int skge_recv(struct eth_device *dev)
return 0;
}
-
-
-#endif /* CONFIG_SK98 */