From: Geert Uytterhoeven Date: Sun, 14 Oct 2012 10:11:55 +0000 (+0200) Subject: m68k: Remove empty #ifdef/#else/#endif block X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92f79db1af9ff8d525dc24fa43116bd2c70ef45b;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git m68k: Remove empty #ifdef/#else/#endif block Leftover from commit 10b3a979347d4aba7de19e8d33eb8b87fe2a11dd ("UAPI: (Scripted) Disintegrate arch/m68k/include/asm") Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/include/asm/ptrace.h b/arch/m68k/include/asm/ptrace.h index 0f78ccd4fd1..0f717045bdd 100644 --- a/arch/m68k/include/asm/ptrace.h +++ b/arch/m68k/include/asm/ptrace.h @@ -4,9 +4,6 @@ #include #ifndef __ASSEMBLY__ -#ifdef CONFIG_COLDFIRE -#else -#endif #ifndef PS_S #define PS_S (0x2000)