]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/mouse/gpio_mouse.c
Input: make some variables and functions static
[linux-2.6-omap-h63xx.git] / drivers / input / mouse / gpio_mouse.c
index 72cf5e33790ea6e0541b7e351e53e2cf03803bd4..0db8d16c5eddafd297edcf25b3387968d976d135 100644 (file)
@@ -173,7 +173,7 @@ static int __devexit gpio_mouse_remove(struct platform_device *pdev)
 /* work with hotplug and coldplug */
 MODULE_ALIAS("platform:gpio_mouse");
 
-struct platform_driver gpio_mouse_device_driver = {
+static struct platform_driver gpio_mouse_device_driver = {
        .remove         = __devexit_p(gpio_mouse_remove),
        .driver         = {
                .name   = "gpio_mouse",