Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <ospite@studenti.unina.it>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>

authored by

Antonio Ospite and committed by
Richard Purdie
19981115 51de036b

-3
-3
include/linux/leds-lp3944.h
··· 12 12 #ifndef __LINUX_LEDS_LP3944_H 13 13 #define __LINUX_LEDS_LP3944_H 14 14 15 - #include <linux/leds.h> 16 - #include <linux/workqueue.h> 17 - 18 15 #define LP3944_LED0 0 19 16 #define LP3944_LED1 1 20 17 #define LP3944_LED2 2