From: Jacek Anaszewski Date: Fri, 13 Feb 2015 16:06:47 +0000 (-0800) Subject: leds: flash: remove stray include directive X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c571785813cf3294cdbb1f2fb1a9b19e11935f6;p=linux-beck.git 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 Signed-off-by: Bryan Wu --- 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 -#include struct device_node; struct led_classdev_flash;