musb_hdrc cleanup -- cppi and sparse
authorDavid Brownell <david-b@pacbell.net>
Sat, 25 Aug 2007 21:42:12 +0000 (14:42 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 27 Aug 2007 07:04:52 +0000 (00:04 -0700)
Cleanup for CPPI DMA (for DaVinci, and someday TUSB6020):

 - Move state ram structs to CPPI header, it's not DaVinci-specific

 - Do some associated CamelCase removal, in conjunction with removing
   inappropriate "volatile" declarations.

This resolves a bunch of "sparse" warnings with this code, most of which
seem to have been caused by bugs in older versions of "sparse".

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

No differences found