Skip to content

Commit

Permalink
[PATCH] ppc32: remove obsolete macserial driver
Browse files Browse the repository at this point in the history
The macserial driver has been obsoleted by the new pmac_zilog driver for a
while now and probably doesn't even work anymore on recent kernels.  This
patch removes it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Jun 27, 2005
1 parent e4ee69c commit fcd16cc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3,505 deletions.
7 changes: 0 additions & 7 deletions drivers/macintosh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ config PMAC_BACKLIGHT
events; also, the PowerBook button device will be enabled so you can
change the screen brightness.

config MAC_SERIAL
tristate "Support for PowerMac serial ports (OBSOLETE DRIVER)"
depends on PPC_PMAC && BROKEN
help
This driver is obsolete. Use CONFIG_SERIAL_PMACZILOG in
"Character devices --> Serial drivers --> PowerMac z85c30" option.

config ADB_MACIO
bool "Include MacIO (CHRP) ADB driver"
depends on ADB && PPC_CHRP && !PPC_PMAC64
Expand Down
1 change: 0 additions & 1 deletion drivers/macintosh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
obj-$(CONFIG_PPC_PMAC) += macio_asic.o

obj-$(CONFIG_PMAC_PBOOK) += mediabay.o
obj-$(CONFIG_MAC_SERIAL) += macserial.o
obj-$(CONFIG_MAC_EMUMOUSEBTN) += mac_hid.o
obj-$(CONFIG_INPUT_ADBHID) += adbhid.o
obj-$(CONFIG_ANSLCD) += ans-lcd.o
Expand Down
Loading

0 comments on commit fcd16cc

Please sign in to comment.