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 <osp...@studenti.unina.it> --- include/linux/leds-lp3944.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/linux/leds-lp3944.h b/include/linux/leds-lp3944.h index afc9f9f..2618aa9 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 <linux/leds.h> -#include <linux/workqueue.h> - #define LP3944_LED0 0 #define LP3944_LED1 1 #define LP3944_LED2 2 -- 1.6.5.3