OMAP2430 does not have USB EHCI controller. EHCI core was introduced with OMAP3430 ES2.0 onwards. The ehci_init() call has been wrongly introduced for OMAP2430, so removing it. Signed-off-by: Vikram Pandita <vikram.pandita@xxxxxx> --- arch/arm/mach-omap2/board-2430sdp.c | 2 -- 1 file changed, 2 deletions(-) Index: linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c =================================================================== --- linux-omap-2.6.orig/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 14:27:26.000000000 +0530 +++ linux-omap-2.6/arch/arm/mach-omap2/board-2430sdp.c 2008-04-28 15:05:34.000000000 +0530 @@ -36,7 +36,6 @@ #include <asm/arch/mux.h> #include <asm/arch/board.h> #include <asm/arch/usb-musb.h> -#include <asm/arch/usb-ehci.h> #include <asm/arch/hsmmc.h> #include <asm/arch/common.h> #include <asm/arch/keypad.h> @@ -394,7 +393,6 @@ static void __init omap_2430sdp_init(voi sdp2430_flash_init(); usb_musb_init(); - usb_ehci_init(); spi_register_board_info(sdp2430_spi_board_info, ARRAY_SIZE(sdp2430_spi_board_info)); -- 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