aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/leds-lp3944.h
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2009-11-29 07:12:21 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-17 06:41:51 -0500
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 @@
12#ifndef __LINUX_LEDS_LP3944_H 12#ifndef __LINUX_LEDS_LP3944_H
13#define __LINUX_LEDS_LP3944_H 13#define __LINUX_LEDS_LP3944_H
14 14
15#include <linux/leds.h>
16#include <linux/workqueue.h>
17
18#define LP3944_LED0 0 15#define LP3944_LED0 0
19#define LP3944_LED1 1 16#define LP3944_LED1 1
20#define LP3944_LED2 2 17#define LP3944_LED2 2