projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a2b0d7
)
Blackfin: includecheck fix: mach-bf548, ezkit.c
author
Jaswinder Singh Rajput
<
[email protected]
>
Thu, 24 Sep 2009 10:38:09 +0000
(16:08 +0530)
committer
Mike Frysinger
<
[email protected]
>
Thu, 8 Oct 2009 04:58:13 +0000
(
00:58
-0400)
Fix the following 'make includecheck' warning:
arch/blackfin/mach-bf548/boards/ezkit.c: linux/input.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
Signed-off-by: Mike Frysinger <
[email protected]
>
arch/blackfin/mach-bf548/boards/ezkit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf548/boards/ezkit.c
b/arch/blackfin/mach-bf548/boards/ezkit.c
index ba745c6fcd4a82463164b1bea7bfd7cc9f585e7a..879883141a051bf1b6b2a7dfdc24aa754be0c0b6 100644
(file)
--- a/
arch/blackfin/mach-bf548/boards/ezkit.c
+++ b/
arch/blackfin/mach-bf548/boards/ezkit.c
@@
-186,7
+186,6
@@
static struct platform_device bfin_rotary_device = {
#endif
#if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE)
-#include <linux/input.h>
#include <linux/spi/adxl34x.h>
static const struct adxl34x_platform_data adxl34x_info = {
.x_axis_offset = 0,