From: Adrian Bunk <[EMAIL PROTECTED]> Make the needlessly global vendor_command() static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Cc: Oliver Bock <[EMAIL PROTECTED]> Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- drivers/usb/misc/cy7c63.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/usb/misc/cy7c63.c~usb-new-driver-for-cypress-cy7c63xxx-mirco-controllers-fix drivers/usb/misc/cy7c63.c --- a/drivers/usb/misc/cy7c63.c~usb-new-driver-for-cypress-cy7c63xxx-mirco-controllers-fix +++ a/drivers/usb/misc/cy7c63.c @@ -63,8 +63,8 @@ struct cy7c63 { }; /* used to send usb control messages to device */ -int vendor_command(struct cy7c63 *dev, unsigned char request, - unsigned char address, unsigned char data) { +static int vendor_command(struct cy7c63 *dev, unsigned char request, + unsigned char address, unsigned char data) { int retval = 0; unsigned int pipe; _ Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel