usb-musb: uninline functions
commitb3e5759e090e7f1dcb8d226bd77a3db203892ebd
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 9 May 2011 07:44:03 +0000 (9 09:44 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 9 May 2011 08:02:44 +0000 (9 10:02 +0200)
tree31ce7065b7b81542497e470a5df4116dece13aee
parent85097db6956bc86e2377b63a8309cb8b24d54139
usb-musb: uninline functions

Prototype without "inline" keyword breaks the build with some gcc
versions.  Noticed by Alexander Graf.

Fix this by removing the inline keywork everywhere.  Some functions
can't be inlined anyway as the are referenced using function pointers.
Beside that gcc does a pretty good job on auto-inlining these days.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-musb.c