Skip to content

Commit

Permalink
hwmon: Remove the deprecated adt7473 driver
Browse files Browse the repository at this point in the history
adt7473 driver is obsoleted by adt7475 driver. And it is scheduled
to be removed in Feb 2010.

Signed-off-by: WANG Cong <amwang@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Amerigo Wang authored and Jean Delvare committed Mar 5, 2010
1 parent dc71afe commit a0a5e34
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,275 deletions.
6 changes: 0 additions & 6 deletions Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 +449,6 @@ Who: Alok N Kataria <akataria@vmware.com>

----------------------------

What: adt7473 hardware monitoring driver
When: February 2010
Why: Obsoleted by the adt7475 driver.
Who: Jean Delvare <khali@linux-fr.org>

---------------------------
What: Support for lcd_switch and display_get in asus-laptop driver
When: March 2010
Why: These two features use non-standard interfaces. There are the
Expand Down
74 changes: 0 additions & 74 deletions Documentation/hwmon/adt7473

This file was deleted.

14 changes: 0 additions & 14 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -200,20 +200,6 @@ config SENSORS_ADT7470
This driver can also be built as a module. If so, the module
will be called adt7470.

config SENSORS_ADT7473
tristate "Analog Devices ADT7473 (DEPRECATED)"
depends on I2C && EXPERIMENTAL
select SENSORS_ADT7475
help
If you say yes here you get support for the Analog Devices
ADT7473 temperature monitoring chips.

This driver is deprecated, you should use the adt7475 driver
instead.

This driver can also be built as a module. If so, the module
will be called adt7473.

config SENSORS_ADT7475
tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
depends on I2C && EXPERIMENTAL
Expand Down
1 change: 0 additions & 1 deletion drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ obj-$(CONFIG_SENSORS_ADS7828) += ads7828.o
obj-$(CONFIG_SENSORS_ADT7411) += adt7411.o
obj-$(CONFIG_SENSORS_ADT7462) += adt7462.o
obj-$(CONFIG_SENSORS_ADT7470) += adt7470.o
obj-$(CONFIG_SENSORS_ADT7473) += adt7473.o
obj-$(CONFIG_SENSORS_ADT7475) += adt7475.o
obj-$(CONFIG_SENSORS_APPLESMC) += applesmc.o
obj-$(CONFIG_SENSORS_AMS) += ams/
Expand Down
Loading

0 comments on commit a0a5e34

Please sign in to comment.