mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a2e170ea87
commit
fabc7f66ee
@ -253,8 +253,7 @@ cmpxchg(volatile int *p, int old, int new)
|
||||
"); \
|
||||
})
|
||||
#elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
|
||||
defined(CONFIG_DISKtel) || defined(CONFIG_SECUREEDGEMP3) || \
|
||||
defined(CONFIG_CLEOPATRA)
|
||||
defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
|
||||
#define HARD_RESET_NOW() ({ \
|
||||
asm(" \
|
||||
movew #0x2700, %sr; \
|
||||
|
Loading…
Reference in New Issue
Block a user