diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-05-07 04:08:09 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-05-25 16:26:45 -0400 |
commit | 403097f7205dcf8e6a53091063b6a4b847d35484 (patch) | |
tree | 0e7538ed54a78e72859e56424794bc68cecbca94 /drivers/leds/leds-gpio.c | |
parent | 496e7ce2a46562938edcb74f65b26068ee8895f6 (diff) |
leds: leds-gpio: Add missing #include <linux/of.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/leds-gpio.c')
-rw-r--r-- | drivers/leds/leds-gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c index c3db74a1aba7..3af4f2bff83f 100644 --- a/drivers/leds/leds-gpio.c +++ b/drivers/leds/leds-gpio.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
17 | #include <linux/leds.h> | 17 | #include <linux/leds.h> |
18 | #include <linux/module.h> | 18 | #include <linux/module.h> |
19 | #include <linux/of.h> | ||
19 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
20 | #include <linux/property.h> | 21 | #include <linux/property.h> |
21 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |