ソースを参照

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 年 前
コミット
b4d32648c1
1 ファイル変更1 行追加0 行削除
  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"