aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/led-class-flash.h
diff options
context:
space:
mode:
authorJacek Anaszewski <j.anaszewski@samsung.com>2015-02-13 08:06:47 -0800
committerBryan Wu <cooloney@gmail.com>2015-02-24 11:42:18 -0800
commit0c571785813cf3294cdbb1f2fb1a9b19e11935f6 (patch)
tree6e7cda5213c3515812dc9354ab953c1763e9e679 /include/linux/led-class-flash.h
parentleds: leds-pwm: drop one pwm_get_period() call (diff)
downloadwireguard-linux-0c571785813cf3294cdbb1f2fb1a9b19e11935f6.tar.xz
wireguard-linux-0c571785813cf3294cdbb1f2fb1a9b19e11935f6.zip
leds: flash: remove stray include directive
Avoid including v4l2-controls.h, as this is stray code from the early versions of the LED / V4L2 flash API integration patches. LED Flash class doesn't depend on V4L2 subsystem. Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'include/linux/led-class-flash.h')
-rw-r--r--include/linux/led-class-flash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/led-class-flash.h b/include/linux/led-class-flash.h
index 5ba2facd7a51..3b5b9643cea1 100644
--- a/include/linux/led-class-flash.h
+++ b/include/linux/led-class-flash.h
@@ -13,7 +13,6 @@
#define __LINUX_FLASH_LEDS_H_INCLUDED
#include <linux/leds.h>
-#include <uapi/linux/v4l2-controls.h>
struct device_node;
struct led_classdev_flash;