Skip to content

Commit b074cf8

Browse files
author
Wolfram Sang
committed
macintosh: therm_pm72: delete deprecated driver
The new driver is around for more than 2 years now, so the old one can go. Getting rid of it helps the removal of the legacy .attach_adapter callback of the I2C subsystem. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1 parent f16ea4f commit b074cf8

File tree

4 files changed

+0
-2615
lines changed

4 files changed

+0
-2615
lines changed

drivers/macintosh/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,6 @@ config THERM_ADT746X
204204
iBook G4, and the ATI based aluminium PowerBooks, allowing slightly
205205
better fan behaviour by default, and some manual control.
206206

207-
config THERM_PM72
208-
tristate "Support for thermal management on PowerMac G5 (AGP)"
209-
depends on I2C && I2C_POWERMAC && PPC_PMAC64
210-
default n
211-
help
212-
This driver provides thermostat and fan control for the desktop
213-
G5 machines.
214-
215-
This is deprecated, use windfarm instead.
216-
217207
config WINDFARM
218208
tristate "New PowerMac thermal control infrastructure"
219209
depends on PPC

drivers/macintosh/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ obj-$(CONFIG_ADB_IOP) += adb-iop.o
2525
obj-$(CONFIG_ADB_PMU68K) += via-pmu68k.o
2626
obj-$(CONFIG_ADB_MACIO) += macio-adb.o
2727

28-
obj-$(CONFIG_THERM_PM72) += therm_pm72.o
2928
obj-$(CONFIG_THERM_WINDTUNNEL) += therm_windtunnel.o
3029
obj-$(CONFIG_THERM_ADT746X) += therm_adt746x.o
3130
obj-$(CONFIG_WINDFARM) += windfarm_core.o

0 commit comments

Comments
 (0)