Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40e03b58 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Russell King
Browse files

ARM: includecheck fix: plat-stmp3xxx/pinmux.c



fix the following 'make includecheck' warning:

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

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: default avatardmitry pervushin <dpervushin@embeddedalley.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 2e6e2c14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>