Skip to content

Commit

Permalink
Blackfin: includecheck fix: mach-bf548, ezkit.c
Browse files Browse the repository at this point in the history
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 <jaswinderrajput@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Jaswinder Singh Rajput authored and Mike Frysinger committed Oct 8, 2009
1 parent 5a2b0d7 commit 4a7bcb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4a7bcb4

Please sign in to comment.