aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-11-10 10:09:01 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-11-10 10:09:01 -0800
commit6aabef681df96b851b4a11459520d4a20ab1cae4 (patch)
treef23acdd2c2d732b70937c1db3c9e6a9a716689e1
parentMerge tag 'ntb-4.4' of git://github.com/jonmason/ntb (diff)
parenthwmon: (k10temp) Remove duplicate pci-id define (diff)
downloadlinux-dev-6aabef681df96b851b4a11459520d4a20ab1cae4.tar.xz
linux-dev-6aabef681df96b851b4a11459520d4a20ab1cae4.zip
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull tiny hwmon update from Jean Delvare. * 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: hwmon: (k10temp) Remove duplicate pci-id define
-rw-r--r--drivers/hwmon/k10temp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/k10temp.c b/drivers/hwmon/k10temp.c
index 1e7bdcdcb295..9cdfde6515ad 100644
--- a/drivers/hwmon/k10temp.c
+++ b/drivers/hwmon/k10temp.c
@@ -60,7 +60,6 @@ static DEFINE_MUTEX(nb_smu_ind_mutex);
* Control]
*/
#define F15H_M60H_REPORTED_TEMP_CTRL_OFFSET 0xd8200ca4
-#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F3 0x1573
static void amd_nb_smu_index_read(struct pci_dev *pdev, unsigned int devfn,
int offset, u32 *val)