Skip to content

Commit

Permalink
hwmon: Delete deprecated FSC drivers
Browse files Browse the repository at this point in the history
The legacy fscpos and fscher drivers have been replaced by the unified
fschmd driver. The transition period is over now, we can delete them.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
  • Loading branch information
Jean Delvare committed Sep 23, 2009
1 parent 49dc9ef commit 91f17e0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,541 deletions.
8 changes: 0 additions & 8 deletions Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,6 @@ Who: Krzysztof Piotr Oledzki <ole@ans.pl>

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

What: fscher and fscpos drivers
When: June 2009
Why: Deprecated by the new fschmd driver.
Who: Hans de Goede <hdegoede@redhat.com>
Jean Delvare <khali@linux-fr.org>

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

What: sysfs ui for changing p4-clockmod parameters
When: September 2009
Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and
Expand Down
169 changes: 0 additions & 169 deletions Documentation/hwmon/fscher

This file was deleted.

28 changes: 0 additions & 28 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -325,34 +325,6 @@ config SENSORS_F75375S
This driver can also be built as a module. If so, the module
will be called f75375s.

config SENSORS_FSCHER
tristate "FSC Hermes (DEPRECATED)"
depends on X86 && I2C
help
This driver is DEPRECATED please use the new merged fschmd
("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
instead.

If you say yes here you get support for Fujitsu Siemens
Computers Hermes sensor chips.

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

config SENSORS_FSCPOS
tristate "FSC Poseidon (DEPRECATED)"
depends on X86 && I2C
help
This driver is DEPRECATED please use the new merged fschmd
("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
instead.

If you say yes here you get support for Fujitsu Siemens
Computers Poseidon sensor chips.

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

config SENSORS_FSCHMD
tristate "Fujitsu Siemens Computers sensor chips"
depends on X86 && I2C
Expand Down
2 changes: 0 additions & 2 deletions drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
obj-$(CONFIG_SENSORS_F71805F) += f71805f.o
obj-$(CONFIG_SENSORS_F71882FG) += f71882fg.o
obj-$(CONFIG_SENSORS_F75375S) += f75375s.o
obj-$(CONFIG_SENSORS_FSCHER) += fscher.o
obj-$(CONFIG_SENSORS_FSCHMD) += fschmd.o
obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o
obj-$(CONFIG_SENSORS_G760A) += g760a.o
obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o
obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o
Expand Down
Loading

0 comments on commit 91f17e0

Please sign in to comment.