USB: make drivers/usb/input/wacom_sys.c:wacom_sys_irq() static
authorAdrian Bunk <bunk@stusta.de>
Mon, 20 Nov 2006 02:23:58 +0000 (03:23 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:23:30 +0000 (14:23 -0800)
commit54c9b2266f83dfc3d6c538417564dc74266f4dd9
treeaa40c40b0a2afbb684bca53ea128937dfb9af123
parentd5ec1686ba96eb75e132196c486cc0521b00f12c
USB: make drivers/usb/input/wacom_sys.c:wacom_sys_irq() static

This patch makes the needlessly global wacom_sys_irq() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/input/wacom.h
drivers/usb/input/wacom_sys.c