On Wed, Aug 08, 2012 at 04:47:20PM +0200, Arnd Bergmann wrote: > Commit c2e935a7d "USB: move transceiver from ehci_hcd and ohci_hcd to > hcd and rename it as phy" removed the last use of the "ohci" variable > in the usb_hcd_omap_remove function, but left the variable in place > unused. > > Without this patch, building omap1_defconfig results in: > > In file included from drivers/usb/host/ohci-hcd.c:1013:0: > drivers/usb/host/ohci-omap.c: In function 'usb_hcd_omap_remove': > drivers/usb/host/ohci-omap.c:406:19: warning: unused variable 'ohci' > [-Wunused-variable] > > Signed-off-by: Arnd Bergmann <[email protected]> > Cc: Richard Zhao <[email protected]> > Cc: Alan Stern <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

