[PATCH] for compile error in opl3.c in 2.3.18ac6

Thomas Molina (tmolina@home.com)
Sun, 19 Sep 1999 22:52:08 -0500 (CDT)


2.3.18ac6 gives an error in opl3.c for undefined variable io. Following
is obvious patch. I thought this one has already been caught.

--- linux/drivers/sound/opl3.c.old Sun Sep 19 22:35:57 1999
+++ linux/drivers/sound/opl3.c Sun Sep 19 22:36:59 1999
@@ -1216,9 +1216,9 @@
SOUND_LOCK_END;
}

-#endif
-
MODULE_PARM(io, "i");
+
+#endif

EXPORT_SYMBOL(opl3_init);
EXPORT_SYMBOL(opl3_detect);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/