leds: flash: remove stray include directive
authorJacek Anaszewski <j.anaszewski@samsung.com>
Fri, 13 Feb 2015 16:06:47 +0000 (08:06 -0800)
committerBryan Wu <cooloney@gmail.com>
Tue, 24 Feb 2015 19:42:18 +0000 (11:42 -0800)
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>
include/linux/led-class-flash.h

index 5ba2facd7a5162fab65a89d999d90e54f392790f..3b5b9643cea1deedc94bba450bc305ef0110d143 100644 (file)
@@ -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;