siimage: use ->pio_mode value to determine pair device speed
[safe/jmp/linux-2.6] / drivers / hid / hid-petalynx.c
index 2e83e8f..500fbd0 100644 (file)
@@ -105,12 +105,12 @@ static struct hid_driver pl_driver = {
        .probe = pl_probe,
 };
 
-static int pl_init(void)
+static int __init pl_init(void)
 {
        return hid_register_driver(&pl_driver);
 }
 
-static void pl_exit(void)
+static void __exit pl_exit(void)
 {
        hid_unregister_driver(&pl_driver);
 }