aboutsummaryrefslogtreecommitdiff
path: root/include/linux/leds-lp3944.h
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2009-11-29 13:12:21 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-17 11:41:51 +0000
commit1998111582f5d726ca4dbf9d68935d9e7c994374 (patch)
treed2189a4548431bbc8ac06a5a2b0348cb4c3d8aca /include/linux/leds-lp3944.h
parent51de036ba388a1bda08755f7c0d3d1ae27c81e66 (diff)
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>
Diffstat (limited to 'include/linux/leds-lp3944.h')
-rw-r--r--include/linux/leds-lp3944.h3
1 files changed, 0 insertions, 3 deletions
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 <linux/leds.h>
-#include <linux/workqueue.h>
-
#define LP3944_LED0 0
#define LP3944_LED1 1
#define LP3944_LED2 2