summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2012-10-14 12:11:55 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-10-15 23:04:04 +0200
commit92f79db1af9ff8d525dc24fa43116bd2c70ef45b (patch)
tree82524788781c843c73396245b09810d1c06cc80e /arch
parent8fccc5f9c3ad7b6f847883a2a03b539e96245e0c (diff)
downloadlinux-92f79db1af9ff8d525dc24fa43116bd2c70ef45b.tar.gz
linux-92f79db1af9ff8d525dc24fa43116bd2c70ef45b.tar.xz
m68k: Remove empty #ifdef/#else/#endif block
Leftover from commit 10b3a979347d4aba7de19e8d33eb8b87fe2a11dd ("UAPI: (Scripted) Disintegrate arch/m68k/include/asm") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/m68k/include/asm/ptrace.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/ptrace.h b/arch/m68k/include/asm/ptrace.h
index 0f78ccd4fd1d..0f717045bdde 100644
--- a/arch/m68k/include/asm/ptrace.h
+++ b/arch/m68k/include/asm/ptrace.h
@@ -4,9 +4,6 @@
#include <uapi/asm/ptrace.h>
#ifndef __ASSEMBLY__
-#ifdef CONFIG_COLDFIRE
-#else
-#endif
#ifndef PS_S
#define PS_S (0x2000)