Message ID | CAPgLHd9rXBA_QtQqOj4JbcFpfPoRTN5Ac9m9ofbP2PKVSmgANA@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Wei Yongjun <weiyj.lk@gmail.com> [130619 17:07]: > From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> > > Remove duplicated include. > > Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Thanks applying into omap-for-v3.11/fixes. Looks like the reboot.h duplicate has already been removed. Regards, Tony > --- > arch/arm/mach-omap2/devices.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c > index c0f99ab..8349238 100644 > --- a/arch/arm/mach-omap2/devices.c > +++ b/arch/arm/mach-omap2/devices.c > @@ -15,7 +15,6 @@ > #include <linux/io.h> > #include <linux/clk.h> > #include <linux/err.h> > -#include <linux/gpio.h> > #include <linux/slab.h> > #include <linux/of.h> > #include <linux/pinctrl/machine.h> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index c0f99ab..8349238 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -15,7 +15,6 @@ #include <linux/io.h> #include <linux/clk.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/pinctrl/machine.h>