Skip to content

Commit b4d3264

Browse files
committed
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
2 parents 0d70397 + fff2017 commit b4d3264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/coretemp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <linux/pci.h>
3737
#include <asm/msr.h>
3838
#include <asm/processor.h>
39+
#include <asm/smp.h>
3940

4041
#define DRVNAME "coretemp"
4142

0 commit comments

Comments
 (0)