summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Xinput.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-07-22 09:22:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-09-01 15:26:47 +1000
commit4cd54d9ed9e87074734789a9a7708c2218f87f1e (patch)
treeb1c8daadf3fa2adc0ff37d955dbdd041c5e95c3c /hw/xfree86/common/xf86Xinput.c
parent31c71425ac13a7f554316356691a79175ea82a67 (diff)
xfree86: make xf86ActivateDevice static.
No-one but the joystick driver uses it and that one should be using NIDR instead. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'hw/xfree86/common/xf86Xinput.c')
-rw-r--r--hw/xfree86/common/xf86Xinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c
index 8fd35e66e..dcfbcde39 100644
--- a/hw/xfree86/common/xf86Xinput.c
+++ b/hw/xfree86/common/xf86Xinput.c
@@ -324,7 +324,7 @@ xf86ProcessCommonOptions(LocalDevicePtr local,
* Returns TRUE on success, or FALSE otherwise.
***********************************************************************
*/
-int
+static int
xf86ActivateDevice(LocalDevicePtr local)
{
DeviceIntPtr dev;