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/skxmac2.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/net/sk98lin/skxmac2.c') diff --git a/drivers/net/sk98lin/skxmac2.c b/drivers/net/sk98lin/skxmac2.c index 7946000..e0ded42 100644 --- a/drivers/net/sk98lin/skxmac2.c +++ b/drivers/net/sk98lin/skxmac2.c @@ -412,8 +412,6 @@ #include -#ifdef CONFIG_SK98 - #include "h/skdrv1st.h" #include "h/skdrv2nd.h" @@ -4391,6 +4389,4 @@ SK_BOOL StartTest) /* flag for start / get result */ return(0); } /* SkGmCableDiagStatus */ -#endif /* CONFIG_SK98 */ - /* End of file */ -- cgit v1.1