Skip to content

Commit b719f43

Browse files
committed
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull a hwmon patch from Guenter Roeck: "Fix build error in vexpress driver" * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (vexpress) Fix build error seen if CONFIG_OF_DEVICE is not set
2 parents c727b4c + 08245ad commit b719f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/vexpress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <linux/hwmon.h>
2020
#include <linux/hwmon-sysfs.h>
2121
#include <linux/module.h>
22+
#include <linux/of.h>
2223
#include <linux/of_device.h>
2324
#include <linux/platform_device.h>
2425
#include <linux/vexpress.h>

0 commit comments

Comments
 (0)