Browse Source

Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging

* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:
  hwmon (coretemp): Fix build breakage if SMP is undefined
Linus Torvalds 15 years ago
parent
commit
b4d32648c1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/hwmon/coretemp.c

+ 1 - 0
drivers/hwmon/coretemp.c

@@ -36,6 +36,7 @@
 #include <linux/pci.h>
 #include <asm/msr.h>
 #include <asm/processor.h>
+#include <asm/smp.h>
 
 #define DRVNAME	"coretemp"