musb_hdrc, more runtime code shrinkage
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 18 Jan 2007 19:40:27 +0000 (11:40 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 18 Jan 2007 19:40:27 +0000 (11:40 -0800)
Remove the annoying "singleton object" dma controller factory in favor
of a simpler scheme of direct calls to routines creating and destroying
those controller objects.  Init routines now live in the init section,
shrinking the runtime footprint by a bit.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>

No differences found