diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-02-07 03:16:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:34 -0500 |
commit | 1c45607ad3eb7397bc2433f3c36a4ed8b315889e (patch) | |
tree | b6794a82b1b18b7249d39883877e197d5961cced /drivers/char/Makefile | |
parent | f122bfb5a43c6b57733eb7a76ad4ed392be6a910 (diff) |
Char: mxser, remove it
(Old) mxser is obsoleted by mxser_new and scheduled for removal on Dec 2007.
Remove it by renaming mxser_new to mxser.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Reviewed-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 96fc01eddefe..4396e37b3d0f 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -33,7 +33,6 @@ obj-$(CONFIG_MOXA_INTELLIO) += moxa.o | |||
33 | obj-$(CONFIG_A2232) += ser_a2232.o generic_serial.o | 33 | obj-$(CONFIG_A2232) += ser_a2232.o generic_serial.o |
34 | obj-$(CONFIG_ATARI_DSP56K) += dsp56k.o | 34 | obj-$(CONFIG_ATARI_DSP56K) += dsp56k.o |
35 | obj-$(CONFIG_MOXA_SMARTIO) += mxser.o | 35 | obj-$(CONFIG_MOXA_SMARTIO) += mxser.o |
36 | obj-$(CONFIG_MOXA_SMARTIO_NEW) += mxser_new.o | ||
37 | obj-$(CONFIG_COMPUTONE) += ip2/ | 36 | obj-$(CONFIG_COMPUTONE) += ip2/ |
38 | obj-$(CONFIG_RISCOM8) += riscom8.o | 37 | obj-$(CONFIG_RISCOM8) += riscom8.o |
39 | obj-$(CONFIG_ISI) += isicom.o | 38 | obj-$(CONFIG_ISI) += isicom.o |