diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-05-07 01:08:09 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-05-25 13:26:45 -0700 |
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 @@ #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> |