Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16db7f90 authored by Mark Brown's avatar Mark Brown Committed by Linus Torvalds
Browse files

drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h



Direct usage of the asm include has long been deprecated by the
introduction of gpiolib.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 75cb2e1d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/leds.h>
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
@@ -20,8 +21,6 @@
#include <linux/workqueue.h>
#include <linux/module.h>

#include <asm/gpio.h>

struct gpio_led_data {
	struct led_classdev cdev;
	unsigned gpio;