Kill these compile warnings: CC [M] drivers/usb/host/ehci-hcd.o drivers/usb/host/ehci-dbg.c:45: warning: 'dbg_hcs_params' defined but not used drivers/usb/host/ehci-dbg.c:89: warning: 'dbg_hcc_params' defined but not used Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> --- (With a proper sign-off this time... ) Based on current Linus' tree + gregkh-03-usb.current-2.6.33-rc7.patch and gregkh-07-usb-2.6.33-rc7.patch Compile and boot tested on OMAP3 SDP drivers/usb/host/ehci-omap.c | 3 +++ 1 file changed, 3 insertions(+) Index: linux-2.6/drivers/usb/host/ehci-omap.c =================================================================== --- linux-2.6.orig/drivers/usb/host/ehci-omap.c 2010-02-12 17:05:21.000000000 +0530 +++ linux-2.6/drivers/usb/host/ehci-omap.c 2010-02-12 17:19:15.000000000 +0530 @@ -645,6 +645,9 @@ static int ehci_hcd_omap_probe(struct pl omap->ehci->regs = hcd->regs + HC_LENGTH(readl(&omap->ehci->caps->hc_capbase)); + dbg_hcs_params(omap->ehci, "reset"); + dbg_hcc_params(omap->ehci, "reset"); + /* cache this readonly data; minimize chip reads */ omap->ehci->hcs_params = readl(&omap->ehci->caps->hcs_params); -- 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