Skip to content

Commit fcd16cc

Browse files
ozbenhLinus Torvalds
authored and
Linus Torvalds
committed
[PATCH] ppc32: remove obsolete macserial driver
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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent e4ee69c commit fcd16cc

File tree

4 files changed

+0
-3505
lines changed

4 files changed

+0
-3505
lines changed

drivers/macintosh/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ config PMAC_BACKLIGHT
126126
events; also, the PowerBook button device will be enabled so you can
127127
change the screen brightness.
128128

129-
config MAC_SERIAL
130-
tristate "Support for PowerMac serial ports (OBSOLETE DRIVER)"
131-
depends on PPC_PMAC && BROKEN
132-
help
133-
This driver is obsolete. Use CONFIG_SERIAL_PMACZILOG in
134-
"Character devices --> Serial drivers --> PowerMac z85c30" option.
135-
136129
config ADB_MACIO
137130
bool "Include MacIO (CHRP) ADB driver"
138131
depends on ADB && PPC_CHRP && !PPC_PMAC64

drivers/macintosh/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
obj-$(CONFIG_PPC_PMAC) += macio_asic.o
88

99
obj-$(CONFIG_PMAC_PBOOK) += mediabay.o
10-
obj-$(CONFIG_MAC_SERIAL) += macserial.o
1110
obj-$(CONFIG_MAC_EMUMOUSEBTN) += mac_hid.o
1211
obj-$(CONFIG_INPUT_ADBHID) += adbhid.o
1312
obj-$(CONFIG_ANSLCD) += ans-lcd.o

0 commit comments

Comments
 (0)