diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-10-14 06:11:55 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-10-15 17:04:04 -0400 |
commit | 92f79db1af9ff8d525dc24fa43116bd2c70ef45b (patch) | |
tree | 82524788781c843c73396245b09810d1c06cc80e /arch | |
parent | 8fccc5f9c3ad7b6f847883a2a03b539e96245e0c (diff) |
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.h | 3 |
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 @@ | |||
4 | #include <uapi/asm/ptrace.h> | 4 | #include <uapi/asm/ptrace.h> |
5 | 5 | ||
6 | #ifndef __ASSEMBLY__ | 6 | #ifndef __ASSEMBLY__ |
7 | #ifdef CONFIG_COLDFIRE | ||
8 | #else | ||
9 | #endif | ||
10 | 7 | ||
11 | #ifndef PS_S | 8 | #ifndef PS_S |
12 | #define PS_S (0x2000) | 9 | #define PS_S (0x2000) |