Message ID | 1311860109-5816-1-git-send-email-weiyi.huang@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 7/28/2011 3:35 PM, Huang Weiyi wrote: > Remove duplicated #include('s) in > arch/arm/mach-omap2/omap_hwmod_44xx_data.c Thanks Huang, good catch. The second one was added by the 6d3c55f commit. It might not go in the current merge window since Tony is in vacation. > Signed-off-by: Huang Weiyi<weiyi.huang@gmail.com> Acked-by: Benoit Cousson <b-cousson@ti.com> Regards, Benoit > --- > arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c > index 6201422..374edcf 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c > @@ -28,7 +28,6 @@ > #include<plat/mcspi.h> > #include<plat/mcbsp.h> > #include<plat/mmc.h> > -#include<plat/i2c.h> > > #include "omap_hwmod_common_data.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/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 6201422..374edcf 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -28,7 +28,6 @@ #include <plat/mcspi.h> #include <plat/mcbsp.h> #include <plat/mmc.h> -#include <plat/i2c.h> #include "omap_hwmod_common_data.h"
Remove duplicated #include('s) in arch/arm/mach-omap2/omap_hwmod_44xx_data.c Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)