summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2018-06-02 05:42:55 +0000
committerTom Rini <trini@konsulko.com>2018-07-10 16:55:57 -0400
commitd673668964f1e8c65675978b737169c2aa9e2a2d (patch)
treebad965ed410f70cc0be31dcb52cdc68c685817c0 /arch/powerpc
parent56419ea5f0800690b47390baee580e541342d35c (diff)
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 <alex.kiernan@gmail.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h
index 284cfe21ab..bf11f40e23 100644
--- a/arch/powerpc/include/asm/config.h
+++ b/arch/powerpc/include/asm/config.h
@@ -14,9 +14,6 @@
#include <asm/config_mpc86xx.h>
#endif
-#ifdef CONFIG_MPC83xx
-#endif
-
#ifndef HWCONFIG_BUFFER_SIZE
#define HWCONFIG_BUFFER_SIZE 256
#endif