--- tlan.c.0 Wed Feb 9 08:21:16 2000 +++ tlan.c Wed Feb 9 08:21:30 2000 @@ -89,15 +89,11 @@ static int duplex = 0; static int speed = 0; -#ifdef MODULE - MODULE_PARM(aui, "i"); MODULE_PARM(duplex, "i"); MODULE_PARM(speed, "i"); MODULE_PARM(debug, "i"); EXPORT_NO_SYMBOLS; - -#endif /* Turn on debugging. See linux/Documentation/networking/tlan.txt for details */ static int debug = 0; .