From: Tony Lindgren Date: Tue, 10 Mar 2009 20:40:13 +0000 (-0700) Subject: Fix few checkpatch.pl warnings for upstream patches X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e421b5a2519e285674c6f8fd87d6e64cc0a7a336;p=linux-2.6-omap-h63xx.git Fix few checkpatch.pl warnings for upstream patches Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c index f33f38534a1..9831b2bfa9a 100644 --- a/arch/arm/mach-omap2/mmc-twl4030.c +++ b/arch/arm/mach-omap2/mmc-twl4030.c @@ -357,7 +357,8 @@ static int twl_mmc2_set_power(struct device *dev, int slot, int power_on, int vd return ret; } -static int twl_mmc3_set_power(struct device *dev, int slot, int power_on, int vdd) +static int twl_mmc3_set_power(struct device *dev, int slot, int power_on, + int vdd) { /* * Assume MMC3 has self-powered device connected, for example on-board diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 81b4195cbef..927c2d91a03 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c @@ -22,8 +22,7 @@ #include #include #include - -#include +#include #include