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/skrlmt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/net/sk98lin/skrlmt.c') diff --git a/drivers/net/sk98lin/skrlmt.c b/drivers/net/sk98lin/skrlmt.c index 14a6f40..2e7924d 100644 --- a/drivers/net/sk98lin/skrlmt.c +++ b/drivers/net/sk98lin/skrlmt.c @@ -282,8 +282,6 @@ #include -#ifdef CONFIG_SK98 - #ifndef lint static const char SysKonnectFileId[] = "@(#) $Id: skrlmt.c,v 1.68 2003/01/31 15:26:56 rschmidt Exp $ (C) SysKonnect."; @@ -3504,5 +3502,3 @@ SK_EVPARA Para) /* Event-specific parameter */ #ifdef __cplusplus } #endif /* __cplusplus */ - -#endif /* CONFIG_SK98 */ -- cgit v1.1