aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5523.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-28 04:38:30 -0700
committerBryan Wu <cooloney@gmail.com>2013-10-22 10:57:34 -0700
commitc68f46dd6aec29b4db9eb85d014981bbdd686428 (patch)
tree3c3783d1a8e3266b4b2eeef3d53b7d50f9fefddf /drivers/leds/leds-lp5523.c
parentleds: dac124s085: Remove redundant spi_set_drvdata (diff)
downloadlinux-dev-c68f46dd6aec29b4db9eb85d014981bbdd686428.tar.xz
linux-dev-c68f46dd6aec29b4db9eb85d014981bbdd686428.zip
leds: Include linux/of.h header
'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/leds-lp5523.c')
-rw-r--r--drivers/leds/leds-lp5523.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c
index fe3bcbb5747f..6b553d9f4266 100644
--- a/drivers/leds/leds-lp5523.c
+++ b/drivers/leds/leds-lp5523.c
@@ -29,6 +29,7 @@
#include <linux/leds.h>
#include <linux/module.h>
#include <linux/mutex.h>
+#include <linux/of.h>
#include <linux/platform_data/leds-lp55xx.h>
#include <linux/slab.h>