diff options
author | Suman Anna <s-anna@ti.com> | 2018-02-13 02:32:43 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-14 19:28:13 +0100 |
commit | 1ff4cb677dcac953514473971866a791400bbc5a (patch) | |
tree | b82f5df3d28ee7be7d7a941a5c72f5949343451f /arch/arm/mach-omap2/devices.c | |
parent | ARM: OMAP: Move plat/i2c.h into mach-omap1 folder (diff) | |
download | linux-1ff4cb677dcac953514473971866a791400bbc5a.tar.xz linux-1ff4cb677dcac953514473971866a791400bbc5a.zip |
ARM: OMAP2+: Remove unused gpio header file references
Drop stale references to the generic and OMAP gpio header
files from couple of files which no longer invoke any gpio
functions.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 93057fb65f44..ed6f074ea672 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -8,7 +8,7 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ -#include <linux/gpio.h> + #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> |