public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] make drivers/usb/input/wacom_sys.c:wacom_sys_irq() static
@ 2006-11-20  2:23 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-11-20  2:23 UTC (permalink / raw)
  To: Ping Cheng; +Cc: gregkh, linux-usb-devel, linux-kernel

This patch makes the needlessly global wacom_sys_irq() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 drivers/usb/input/wacom.h     |    1 -
 drivers/usb/input/wacom_sys.c |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

--- linux-2.6.19-rc5-mm2/drivers/usb/input/wacom.h.old	2006-11-20 01:05:38.000000000 +0100
+++ linux-2.6.19-rc5-mm2/drivers/usb/input/wacom.h	2006-11-20 01:05:44.000000000 +0100
@@ -110,7 +110,6 @@
 };
 
 extern int wacom_wac_irq(struct wacom_wac * wacom_wac, void * wcombo);
-extern void wacom_sys_irq(struct urb *urb);
 extern void wacom_report_abs(void *wcombo, unsigned int abs_type, int abs_data);
 extern void wacom_report_rel(void *wcombo, unsigned int rel_type, int rel_data);
 extern void wacom_report_key(void *wcombo, unsigned int key_type, int key_data);
--- linux-2.6.19-rc5-mm2/drivers/usb/input/wacom_sys.c.old	2006-11-20 01:05:52.000000000 +0100
+++ linux-2.6.19-rc5-mm2/drivers/usb/input/wacom_sys.c	2006-11-20 01:05:58.000000000 +0100
@@ -42,7 +42,7 @@
 	return wcombo->wacom->dev;
 }
 
-void wacom_sys_irq(struct urb *urb)
+static void wacom_sys_irq(struct urb *urb)
 {
 	struct wacom *wacom = urb->context;
 	struct wacom_combo wcombo;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-20  2:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20  2:23 [2.6 patch] make drivers/usb/input/wacom_sys.c:wacom_sys_irq() static Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox