On Mon, Apr 28, 2008 at 04:29:19PM +0530, ext Pandita, Vikram wrote: > Hi Filipe > > >-----Original Message----- > >Create a generic board-file for initializing usb > >on omap2430 and omap3 boards. > > > >Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> > >--- > > arch/arm/mach-omap2/Makefile | 6 +- > > arch/arm/mach-omap2/board-2430sdp-usb.c | 96 ------------ > > arch/arm/mach-omap2/board-2430sdp.c | 5 +- > > arch/arm/mach-omap2/board-3430sdp-usb.c | 241 ------------------------------- > > arch/arm/mach-omap2/board-3430sdp.c | 5 +- > > arch/arm/mach-omap2/usb-ehci.c | 162 +++++++++++++++++++++ > > arch/arm/mach-omap2/usb-musb.c | 116 +++++++++++++++ > > include/asm-arm/arch-omap/usb-ehci.h | 35 +++++ > > include/asm-arm/arch-omap/usb-musb.h | 35 +++++ > > 9 files changed, 360 insertions(+), 341 deletions(-) > > delete mode 100644 arch/arm/mach-omap2/board-2430sdp-usb.c > > Comment: > > delete mode 100644 arch/arm/mach-omap2/board-3430sdp-usb.c > > You forgot to carry forward the following copyright notice in new files as you code is a copy from the previously deleted file. > > * Copyright (C) 2007 Texas Instruments > * Author: Vikram Pandita Sorry for that, could you please send the patch adding such lines? -- - Balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html