diff options
author | Suman Anna <s-anna@ti.com> | 2018-02-13 04:32:43 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-14 21:28:13 +0300 |
commit | 1ff4cb677dcac953514473971866a791400bbc5a (patch) | |
tree | b82f5df3d28ee7be7d7a941a5c72f5949343451f /arch/arm/mach-omap2/msdi.c | |
parent | 9138f89e7bb4b83ea0722f9912b96e236ece54cb (diff) | |
download | linux-1ff4cb677dcac953514473971866a791400bbc5a.tar.xz |
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/msdi.c')
-rw-r--r-- | arch/arm/mach-omap2/msdi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/msdi.c b/arch/arm/mach-omap2/msdi.c index 5a3bc3de58d0..978fba722b82 100644 --- a/arch/arm/mach-omap2/msdi.c +++ b/arch/arm/mach-omap2/msdi.c @@ -23,7 +23,6 @@ #include <linux/kernel.h> #include <linux/err.h> -#include <linux/platform_data/gpio-omap.h> #include "prm.h" #include "common.h" |