diff options
author | Jacek Anaszewski <j.anaszewski@samsung.com> | 2015-02-13 08:06:47 -0800 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-02-24 11:42:18 -0800 |
commit | 0c571785813cf3294cdbb1f2fb1a9b19e11935f6 (patch) | |
tree | 6e7cda5213c3515812dc9354ab953c1763e9e679 /include/linux/led-class-flash.h | |
parent | ed97604e362c67fb5410ce2cbe8769b818cdc0af (diff) |
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.h | 1 |
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; |