This patch replaces the deprecated MODULE_PARM function by the new
module_param function.
Signed-off-by: Dominik Hackl <[EMAIL PROTECTED]>
--- linux-2.6.12-rc4.orig/arch/um/drivers/hostaudio_kern.c 2005-03-02
08:38:32.000000000 +0100
+++ linux-2.6.12-rc4/arch/um/drivers/hostaudio_kern.c 2005-05-20
23:25:18.000000000 +0200
@@ -57,10 +57,10 @@ __uml_setup("mixer=", set_mixer, "mixer=
#else /*MODULE*/
-MODULE_PARM(dsp, "s");
+module_param(dsp, charp, 0644);
MODULE_PARM_DESC(dsp, DSP_HELP);
-MODULE_PARM(mixer, "s");
+module_param(mixer, charp, 0644);
MODULE_PARM_DESC(mixer, MIXER_HELP);
#endif
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
User-mode-linux-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel