m68k: Remove empty #ifdef/#else/#endif block

Leftover from commit 10b3a97934 ("UAPI:
(Scripted) Disintegrate arch/m68k/include/asm")

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven 2012-10-14 12:11:55 +02:00
Родитель 8fccc5f9c3
Коммит 92f79db1af
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -4,9 +4,6 @@
#include <uapi/asm/ptrace.h>
#ifndef __ASSEMBLY__
#ifdef CONFIG_COLDFIRE
#else
#endif
#ifndef PS_S
#define PS_S (0x2000)