]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/atari_bionet.c
Merge master.kernel.org:/home/rmk/linux-2.6-serial
[karo-tx-linux.git] / drivers / net / atari_bionet.c
index 0095384ff45420c1cd04111fa04ea35a3d365865..5e5f80b99b9e497c70f4f6a78d1d0a396ba5872f 100644 (file)
@@ -123,7 +123,7 @@ static char version[] =
  * Global variable 'bionet_debug'. Can be set at load time by 'insmod'
  */
 unsigned int bionet_debug = NET_DEBUG;
-MODULE_PARM(bionet_debug, "i");
+module_param(bionet_debug, int, 0);
 MODULE_PARM_DESC(bionet_debug, "bionet debug level (0-2)");
 MODULE_LICENSE("GPL");