X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=api%2Fapi_platform-ppc.c;h=a3d981f9e38436083ce03d6a18b9f98de6a86ba5;hb=cff80f2cd12bf9767509b5334ecfc90cd7de5502;hp=611a01b5ecb78e7344da66085acf20337e26bb71;hpb=cb5473205206c7f14cbb1e747f28ec75b48826e2;p=oweals%2Fu-boot.git diff --git a/api/api_platform-ppc.c b/api/api_platform-ppc.c index 611a01b5ec..a3d981f9e3 100644 --- a/api/api_platform-ppc.c +++ b/api/api_platform-ppc.c @@ -28,9 +28,6 @@ */ #include - -#if defined(CONFIG_API) - #include #include @@ -56,7 +53,7 @@ int platform_sys_info(struct sys_info *si) #define bi_bar bi_immr_base #elif defined(CONFIG_MPC5xxx) #define bi_bar bi_mbar_base -#elif defined(CONFIG_MPC83XX) +#elif defined(CONFIG_MPC83xx) #define bi_bar bi_immrbar #elif defined(CONFIG_MPC8220) #define bi_bar bi_mbar_base @@ -75,5 +72,3 @@ int platform_sys_info(struct sys_info *si) return 1; } - -#endif /* CONFIG_API */