]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/sk98lin/skproc.c
85xx: Drop FIT support to allow u-boot image to fit in 512k
[karo-tx-uboot.git] / drivers / net / sk98lin / skproc.c
index 94a6a564ac79c66785c1167a4cce28eeb3819f3a..9325ee7e5524fa304f242ba468fc5317391cfff6 100644 (file)
@@ -72,8 +72,6 @@
 
 #include <config.h>
 
-#ifdef CONFIG_SK98
-
 #include <linux/proc_fs.h>
 
 #include "h/skdrv1st.h"
@@ -510,5 +508,3 @@ char * SkNumber(char * str, long long num, int base, int size, int precision
 
        return strorg;
 }
-
-#endif /* CONFIG_SK98 */