diff options
author | Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> | 2014-07-10 17:16:00 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-08-04 07:01:38 -0700 |
commit | 4395d78056a8b5716f7e1858feb721ccf91fb104 (patch) | |
tree | e40a40008125285ea0de8fc8ddb4baa8a20d5a74 /drivers/hwmon/fam15h_power.c | |
parent | 24c1aa8587922ba1a3ca4fa58748e94f13b97fab (diff) | |
download | linux-4395d78056a8b5716f7e1858feb721ccf91fb104.tar.gz linux-4395d78056a8b5716f7e1858feb721ccf91fb104.tar.bz2 linux-4395d78056a8b5716f7e1858feb721ccf91fb104.zip |
hwmon: (fam15h_power) Remove needless pci dev id
PCI_DEVICE_ID_AMD_16H_NB_F4 can be obtained from it's
definition in pci_ids.h. So we don't have to define it
again here.
Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/fam15h_power.c')
-rw-r--r-- | drivers/hwmon/fam15h_power.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hwmon/fam15h_power.c b/drivers/hwmon/fam15h_power.c index 7e36aa93e2b3..4a7cbfad1d74 100644 --- a/drivers/hwmon/fam15h_power.c +++ b/drivers/hwmon/fam15h_power.c @@ -31,9 +31,6 @@ MODULE_DESCRIPTION("AMD Family 15h CPU processor power monitor"); MODULE_AUTHOR("Andreas Herrmann <herrmann.der.user@googlemail.com>"); MODULE_LICENSE("GPL"); -/* Family 16h Northbridge's function 4 PCI ID */ -#define PCI_DEVICE_ID_AMD_16H_NB_F4 0x1534 - /* D18F3 */ #define REG_NORTHBRIDGE_CAP 0xe8 |