[2.6 patch] make the dummy touchkit_ps2_detect() static

Subsystems: input (keyboard, mouse, joystick, touchscreen) drivers, the rest

STALE6917d

2 messages, 2 authors, 2007-08-31 · open the first message on its own page

[2.6 patch] make the dummy touchkit_ps2_detect() static

From: Adrian Bunk <bunk@kernel.org>
Date: 2007-08-14 21:30:31

The dummy touchkit_ps2_detect() for the CONFIG_MOUSE_PS2_TOUCHKIT=n case 
shouldn't be a global function.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
64d15c53e66b200d832a6009aa24c344883bcbcf 
diff --git a/drivers/input/mouse/touchkit_ps2.h b/drivers/input/mouse/touchkit_ps2.h
index 61e9dfd..8a0dd35 100644
--- a/drivers/input/mouse/touchkit_ps2.h
+++ b/drivers/input/mouse/touchkit_ps2.h
@@ -15,7 +15,8 @@
 #ifdef CONFIG_MOUSE_PS2_TOUCHKIT
 int touchkit_ps2_detect(struct psmouse *psmouse, int set_properties);
 #else
-inline int touchkit_ps2_detect(struct psmouse *psmouse, int set_properties)
+static inline int touchkit_ps2_detect(struct psmouse *psmouse,
+				      int set_properties)
 {
 	return -ENOSYS;
 }

Re: [2.6 patch] make the dummy touchkit_ps2_detect() static

From: Dmitry Torokhov <hidden>
Date: 2007-08-31 02:05:51

Hi Adrian,

On Tuesday 14 August 2007 17:22, Adrian Bunk wrote:
The dummy touchkit_ps2_detect() for the CONFIG_MOUSE_PS2_TOUCHKIT=n case 
shouldn't be a global function.
Applied, thank you.

Btw, sorry for the long silence - I had a hard drive crash and the day
after I restored everything the disk controller decided to die as well
and write garbage all over the new disk ;(

-- 
Dmitry
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help