Commit fabc7f66 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

M68KNOMMU: remove unused config symbol CONFIG_DISKtel

Remove unused config symbol CONFIG_DISKtel.
Pointed out by Robert P. J. Day <rpjday@mindspring.com>.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a2e170ea
...@@ -253,8 +253,7 @@ cmpxchg(volatile int *p, int old, int new) ...@@ -253,8 +253,7 @@ cmpxchg(volatile int *p, int old, int new)
"); \ "); \
}) })
#elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \ #elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
defined(CONFIG_DISKtel) || defined(CONFIG_SECUREEDGEMP3) || \ defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
defined(CONFIG_CLEOPATRA)
#define HARD_RESET_NOW() ({ \ #define HARD_RESET_NOW() ({ \
asm(" \ asm(" \
movew #0x2700, %sr; \ movew #0x2700, %sr; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment