From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:55 +0000 (+0530) Subject: mfd: tps65910: Include linux/of.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1fead3f399ce7b508b05d0cc9d06d534ffac952c;p=linux-beck.git 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 Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index d79277204835..72f2e789ab83 100644 --- a/drivers/mfd/tps65910.c +++ b/drivers/mfd/tps65910.c @@ -25,6 +25,7 @@ #include #include #include +#include #include static struct resource rtc_resources[] = {