diff options
author | Bryan Wu <bryan.wu@canonical.com> | 2011-07-04 06:10:31 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-07-31 23:22:12 -0400 |
commit | 4ad541901e5ba7aa18b46d7badf8a54eb7f174fe (patch) | |
tree | 24640d59dcea8019f5ec287b624ff472618d56eb /arch | |
parent | 039ad86dfbec67d1de82b0c037b23dfbe724dca8 (diff) |
ARM: mach-pnx4008: remove including old leds event API header file
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pnx4008/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/time.c b/arch/arm/mach-pnx4008/time.c index 0cfe8af3d3be..47a7ae96156a 100644 --- a/arch/arm/mach-pnx4008/time.c +++ b/arch/arm/mach-pnx4008/time.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/io.h> | 25 | #include <linux/io.h> |
26 | 26 | ||
27 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
28 | #include <asm/leds.h> | ||
29 | #include <asm/mach/time.h> | 28 | #include <asm/mach/time.h> |
30 | #include <asm/errno.h> | 29 | #include <asm/errno.h> |
31 | 30 | ||