From: Antonio Ospite Date: Sun, 29 Nov 2009 12:12:21 +0000 (+0100) Subject: leds: leds-lp3944.h - remove unneeded includes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1998111582f5d726ca4dbf9d68935d9e7c994374;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git leds: leds-lp3944.h - remove unneeded includes These were needed in the first version of the driver because we used to expose workqueue and led class details in the header file, now we don't. Signed-off-by: Antonio Ospite Signed-off-by: Richard Purdie --- diff --git a/include/linux/leds-lp3944.h b/include/linux/leds-lp3944.h index afc9f9fd70f5..2618aa9063bc 100644 --- a/include/linux/leds-lp3944.h +++ b/include/linux/leds-lp3944.h @@ -12,9 +12,6 @@ #ifndef __LINUX_LEDS_LP3944_H #define __LINUX_LEDS_LP3944_H -#include -#include - #define LP3944_LED0 0 #define LP3944_LED1 1 #define LP3944_LED2 2