diff options
author | Geert Uytterhoeven | 2006-10-09 22:27:42 +0200 |
---|---|---|
committer | Linus Torvalds | 2006-10-09 23:54:46 +0200 |
commit | ea62aa1b6f6d31b53a34a6f5271ed85735ccc0bc (patch) | |
tree | 79d91c8a1711e03e83cf8cc2316f8d7765f07958 /arch/m68k | |
parent | [PATCH] m68k/Apollo: Remove obsolete arch/m68k/apollo/dma.c (diff) | |
download | kernel-qcow2-linux-ea62aa1b6f6d31b53a34a6f5271ed85735ccc0bc.tar.gz kernel-qcow2-linux-ea62aa1b6f6d31b53a34a6f5271ed85735ccc0bc.tar.xz kernel-qcow2-linux-ea62aa1b6f6d31b53a34a6f5271ed85735ccc0bc.zip |
[PATCH] m68k/MVME167: SERIAL167 is no longer broken
- SERIAL167 is no longer broken
- Removed some unused variables from the driver to fix compiler warnings
Signed-off-by: Kars de Jong <jongk@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 805b81fedf80..7bc14461a6ac 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -600,7 +600,7 @@ config MVME147_SCC config SERIAL167 bool "CD2401 support for MVME166/7 serial ports" - depends on MVME16x && BROKEN + depends on MVME16x help This is the driver for the serial ports on the Motorola MVME166, 167, and 172 boards. Everyone using one of these boards should say |