]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
musb_hdrc runtime code shrinkage
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 17 Jan 2007 22:11:25 +0000 (14:11 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 17 Jan 2007 22:11:25 +0000 (14:11 -0800)
commitb82a9fd2e3de4a00244e0d5bf50433feb509eba7
treebe1c01a8ede8aabc04ec7772846f7f44973adfaf
parent2eb370741b5e68eb6120983e9afa938f9618f983
musb_hdrc runtime code shrinkage

Move musb_hdrc driver init into the init section, by switching over to use
platform_driver_probe().  Shrinks this driver's run-time footprint by about
5KB ... pretty good for linker level tweaks to just one (big) driver, and
there's a bit more shrinkage yet to be had (for DMA init).

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
drivers/usb/musb/cppi_dma.c
drivers/usb/musb/davinci.c
drivers/usb/musb/musb_gadget.c
drivers/usb/musb/musb_procfs.c
drivers/usb/musb/musbdefs.h
drivers/usb/musb/omap2430.c
drivers/usb/musb/plat_uds.c
drivers/usb/musb/tusb6010.c