diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2008-07-12 00:08:45 -0700 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-08-26 22:17:56 -0700 |
commit | 8379f42bc745eb9e4ca551a30fd2d0a63f740d75 (patch) | |
tree | fb8bf3080762a2efa042aaaf15d64db9c67a7e7a /drivers/net/sk98lin/uboot_drv.c | |
parent | 65d3d99c28dc363d15eaee78225ff643df499b97 (diff) | |
download | u-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_drv.c')
-rw-r--r-- | drivers/net/sk98lin/uboot_drv.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/sk98lin/uboot_drv.c b/drivers/net/sk98lin/uboot_drv.c index d02cd1b..8b04842 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 */ |