aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/net
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-12-03 20:53:58 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2006-12-20 10:14:25 -0800
commitabc9404bb0bcfa8677ab5978b2c8b60ab5ef7536 (patch)
tree298fc966a9a5ccaab8d2a8bbee04d04a9ffc1aec /drivers/usb/net
parentUSB: Prevent the funsoft serial device from entering raw mode (diff)
downloadlinux-dev-abc9404bb0bcfa8677ab5978b2c8b60ab5ef7536.tar.xz
linux-dev-abc9404bb0bcfa8677ab5978b2c8b60ab5ef7536.zip
USB: fix ohci.h over-use warnings
When u132-hcd is built, it includes local header ohci.h, which appears to have been intended only for use by ohci-hcd. This throws warnings about functions which are defined and not used. The warnings thrown are because three small functions are implemented in the header, but not declared 'inline', a rather strange affair. Since these functions are small, let's go ahead and define them as 'inline', just like the inline functions surrounding them. This makes things more consistent, and kills the warnings. Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/net')
0 files changed, 0 insertions, 0 deletions