diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-05-20 07:28:06 -0700 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-05-21 07:22:10 -0700 |
commit | 5e99c2f1e0c86d27ed2a5261442126cd0935bc69 (patch) | |
tree | d18e443f9baee186c6c26b344cfdd0d166d82278 /drivers/hwmon/Makefile | |
parent | 199e0de7f5df31a4fc485d4aaaf8a07718252ace (diff) | |
download | blackbird-op-linux-5e99c2f1e0c86d27ed2a5261442126cd0935bc69.tar.gz blackbird-op-linux-5e99c2f1e0c86d27ed2a5261442126cd0935bc69.zip |
hwmon: Remove pkgtemp driver
After the merge of pkgtemp functionality into the coretemp driver,
the pkgtemp driver is no longer necessary. Remove it.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 21c9b17abad5..28e8d52f6379 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -40,7 +40,6 @@ obj-$(CONFIG_SENSORS_APPLESMC) += applesmc.o obj-$(CONFIG_SENSORS_ASC7621) += asc7621.o obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o obj-$(CONFIG_SENSORS_CORETEMP) += coretemp.o -obj-$(CONFIG_SENSORS_PKGTEMP) += pkgtemp.o obj-$(CONFIG_SENSORS_DME1737) += dme1737.o obj-$(CONFIG_SENSORS_DS620) += ds620.o obj-$(CONFIG_SENSORS_DS1621) += ds1621.o |