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)
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>

No differences found