Skip to content

Commit

Permalink
macintosh: therm_pm72: delete deprecated driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang committed Dec 19, 2014
1 parent f16ea4f commit b074cf8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2,615 deletions.
10 changes: 0 additions & 10 deletions drivers/macintosh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,6 @@ config THERM_ADT746X
iBook G4, and the ATI based aluminium PowerBooks, allowing slightly
better fan behaviour by default, and some manual control.

config THERM_PM72
tristate "Support for thermal management on PowerMac G5 (AGP)"
depends on I2C && I2C_POWERMAC && PPC_PMAC64
default n
help
This driver provides thermostat and fan control for the desktop
G5 machines.

This is deprecated, use windfarm instead.

config WINDFARM
tristate "New PowerMac thermal control infrastructure"
depends on PPC
Expand Down
1 change: 0 additions & 1 deletion drivers/macintosh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ obj-$(CONFIG_ADB_IOP) += adb-iop.o
obj-$(CONFIG_ADB_PMU68K) += via-pmu68k.o
obj-$(CONFIG_ADB_MACIO) += macio-adb.o

obj-$(CONFIG_THERM_PM72) += therm_pm72.o
obj-$(CONFIG_THERM_WINDTUNNEL) += therm_windtunnel.o
obj-$(CONFIG_THERM_ADT746X) += therm_adt746x.o
obj-$(CONFIG_WINDFARM) += windfarm_core.o
Expand Down
Loading

0 comments on commit b074cf8

Please sign in to comment.