[WATCHDOG] pcwd.c general clean-up after patches
[pandora-kernel.git] / drivers / net / mace.c
index 09b1e7b..77792b2 100644 (file)
@@ -1016,6 +1016,7 @@ static struct of_device_id mace_match[] =
        },
        {},
 };
+MODULE_DEVICE_TABLE (of, mace_match);
 
 static struct macio_driver mace_driver = 
 {
@@ -1041,7 +1042,7 @@ static void __exit mace_cleanup(void)
 
 MODULE_AUTHOR("Paul Mackerras");
 MODULE_DESCRIPTION("PowerMac MACE driver.");
-MODULE_PARM(port_aaui, "i");
+module_param(port_aaui, int, 0);
 MODULE_PARM_DESC(port_aaui, "MACE uses AAUI port (0-1)");
 MODULE_LICENSE("GPL");