From d673668964f1e8c65675978b737169c2aa9e2a2d Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Sat, 2 Jun 2018 05:42:55 +0000 Subject: configs: Remove empty #ifdef/#ifndef blocks from configs Remove empty #ifdef/#ifndef..#endif blocks where the configuration they guarded has been completely removed. Signed-off-by: Alex Kiernan --- arch/powerpc/include/asm/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch') diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 284cfe2..bf11f40 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -14,9 +14,6 @@ #include #endif -#ifdef CONFIG_MPC83xx -#endif - #ifndef HWCONFIG_BUFFER_SIZE #define HWCONFIG_BUFFER_SIZE 256 #endif -- cgit v1.1