leds: leds-gpio: Add missing #include <linux/of.h>
authorGeert Uytterhoeven <[email protected]>
Thu, 7 May 2015 08:08:09 +0000 (01:08 -0700)
committerBryan Wu <[email protected]>
Mon, 25 May 2015 20:26:45 +0000 (13:26 -0700)
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Jacek Anaszewski <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
drivers/leds/leds-gpio.c

index c3db74a1aba7d4a3013c794e51cea0bba121ca34..3af4f2bff83f9357bedb1dbf35bca38bed61a353 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/kernel.h>
 #include <linux/leds.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/property.h>
 #include <linux/slab.h>