]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api/api_platform-ppc.c
api: remove un-needed ifdef CONFIG_API already handle by the Makefile
[karo-tx-uboot.git] / api / api_platform-ppc.c
index 611a01b5ecb78e7344da66085acf20337e26bb71..bfcc4175b61a2672732b3b93abd503a5c4349151 100644 (file)
@@ -28,9 +28,6 @@
  */
 
 #include <config.h>
-
-#if defined(CONFIG_API)
-
 #include <linux/types.h>
 #include <api_public.h>
 
@@ -75,5 +72,3 @@ int platform_sys_info(struct sys_info *si)
 
        return 1;
 }
-
-#endif /* CONFIG_API */