Moved conditional compilation to Makefile for SK98 Ethernet driver
[oweals/u-boot.git] / drivers / net / sk98lin / skgehwt.c
index f8681a8b0f10408245165363d623ad0c95dffcca..ca08eb1de117e183aac0028f29ec52f83309e473 100644 (file)
@@ -75,8 +75,6 @@
 
 #include <config.h>
 
-#ifdef CONFIG_SK98
-
 /*
        Event queue and dispatcher
 */
@@ -214,7 +212,4 @@ SK_IOC      Ioc)    /* IoContext */
        pAC->Hwt.TStop = pAC->Hwt.TStart;
        SkTimerDone(pAC,Ioc) ;
 }
-
-#endif /* CONFIG_SK98 */
-
 /* End of file */