diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-12-03 20:53:58 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-20 10:14:25 -0800 |
commit | abc9404bb0bcfa8677ab5978b2c8b60ab5ef7536 (patch) | |
tree | 298fc966a9a5ccaab8d2a8bbee04d04a9ffc1aec /drivers/hwmon | |
parent | c2585d962572744271a7e254d48c747727441936 (diff) |
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/hwmon')
0 files changed, 0 insertions, 0 deletions