Skip to content

Commit

Permalink
ARM: includecheck fix: plat-stmp3xxx/pinmux.c
Browse files Browse the repository at this point in the history
fix the following 'make includecheck' warning:

  arch/arm/plat-stmp3xxx/pinmux.c: linux/sysdev.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: dmitry pervushin <dpervushin@embeddedalley.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Jaswinder Singh Rajput authored and Russell King committed Jul 25, 2009
1 parent 2e6e2c1 commit 40e03b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/plat-stmp3xxx/pinmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <linux/sysdev.h>
#include <linux/string.h>
#include <linux/bitops.h>
#include <linux/sysdev.h>
#include <linux/irq.h>

#include <mach/hardware.h>
Expand Down

0 comments on commit 40e03b5

Please sign in to comment.