Moved conditional compilation to Makefile for SK98 Ethernet driver
[oweals/u-boot.git] / drivers / net / sk98lin / sktimer.c
index 37cd4c9fe118158e1337dd8096e2a08410f331e3..8363ce46584bebd5759aa3fd8c5f31fa1c0346f9 100644 (file)
@@ -74,8 +74,6 @@
 
 #include <config.h>
 
-#ifdef CONFIG_SK98
-
 /*
        Event queue and dispatcher
 */
@@ -292,6 +290,4 @@ int Restart)        /* Do we need to restart the Hardware timer ? */
        }
 }
 
-#endif /* CONFIG_SK98 */
-
 /* End of file */