Re: mmotm 2010-09-28-16-13 uploaded

From: Andrew Morton
Date: Mon Oct 04 2010 - 19:16:33 EST


On Thu, 30 Sep 2010 21:39:26 +0200
"N.P.S." <napohybelskurwysynom2010@xxxxxxxxx> wrote:

> Here is a patch that removes duplicate includes introduced in -next and
> -mmotm
>
> --
> Zimny Lech
>
> arch/arm/mach-omap2/board-rx51-peripherals.c | 1 -
> arch/arm/mm/flush.c | 1 -
> arch/xtensa/include/asm/coprocessor.h | 1 -
> drivers/mmc/host/ushc.c | 1 -
> drivers/staging/ath6kl/os/linux/include/ar6000_drv.h | 1 -
> drivers/staging/batman-adv/soft-interface.c | 1 -
> drivers/staging/bcm/headers.h | 1 -
> drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c | 4 ----
> drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h | 1 -
> drivers/staging/brcm80211/brcmfmac/wl_iw.c | 4 ----
> drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c | 1 -
> drivers/staging/rtl8712/drv_types.h | 1 -
> drivers/staging/rtl8712/osdep_service.h | 1 -
> drivers/staging/westbridge/astoria/gadget/cyasgadget.h | 3 ---
> sound/soc/fsl/mpc5200_dma.c | 1 -
> 15 files changed, 23 deletions(-)

Removal of duplicated includes is a somewhat dangerous thing. If
someone else says "hey, there's a duplicated include" and then fixes
it, and if this patch removes the other include then whoops, we broke
the build. This has happened before.

So I'd ask that you redo and resend this patch shortly after 2.6.36 is
released please, so I can get it into mainline quickly thus minimising
the opportunity for such breakage.

> Signed-off-by: N.P.S. <napohybelskurwysynom2010@xxxxxxxxx>

We prefer that signoffs have real names in them, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/