diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2006-10-09 16:27:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-09 17:54:46 -0400 |
commit | ea62aa1b6f6d31b53a34a6f5271ed85735ccc0bc (patch) | |
tree | 79d91c8a1711e03e83cf8cc2316f8d7765f07958 /arch/m68k | |
parent | 2ed0ce5b57950a620155433c62a5a02a067f1376 (diff) |
[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 | |||
600 | 600 | ||
601 | config SERIAL167 | 601 | config SERIAL167 |
602 | bool "CD2401 support for MVME166/7 serial ports" | 602 | bool "CD2401 support for MVME166/7 serial ports" |
603 | depends on MVME16x && BROKEN | 603 | depends on MVME16x |
604 | help | 604 | help |
605 | This is the driver for the serial ports on the Motorola MVME166, | 605 | This is the driver for the serial ports on the Motorola MVME166, |
606 | 167, and 172 boards. Everyone using one of these boards should say | 606 | 167, and 172 boards. Everyone using one of these boards should say |