get_cpu_rev() is unused in this driver. It is probably legacy code. So remove it. Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> --- drivers/usb/musb/omap2430.c | 4 ---- 1 file changed, 4 deletions(-) Index: linux-2.6/drivers/usb/musb/omap2430.c =================================================================== --- linux-2.6.orig/drivers/usb/musb/omap2430.c 2010-02-24 11:20:02.000000000 +0530 +++ linux-2.6/drivers/usb/musb/omap2430.c 2010-02-24 11:20:57.000000000 +0530 @@ -40,10 +40,6 @@ #include "musb_core.h" #include "omap2430.h" -#ifdef CONFIG_ARCH_OMAP3430 -#define get_cpu_rev() 2 -#endif - static struct timer_list musb_idle_timer; -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html