Explorar o código

mfd: tps65910: Include linux/of.h header

'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid breakage in the future.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Sachin Kamat %!s(int64=12) %!d(string=hai) anos
pai
achega
1fead3f399
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/mfd/tps65910.c

+ 1 - 0
drivers/mfd/tps65910.c

@@ -25,6 +25,7 @@
 #include <linux/mfd/core.h>
 #include <linux/regmap.h>
 #include <linux/mfd/tps65910.h>
+#include <linux/of.h>
 #include <linux/of_device.h>
 
 static struct resource rtc_resources[] = {