Re: linux-2.1.117 sb_dsp_init fix.

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 20 Aug 1998 13:25:11 +0100 (BST)


> declared as a static function (therefore the scope is limited inside the
> sb_common.c). I got rid of the 'static' keyward and everything works.

Yep thats the right fix

> --- 2.1.117/drivers/sound/sb_common.c Wed Aug 19 14:48:30 1998
> +++ linux/drivers/sound/sb_common.c Wed Aug 19 23:02:35 1998
> @@ -694,7 +694,7 @@
> return 1;
> }
>
> -static int sb_dsp_init(struct address_info *hw_config)
> +int sb_dsp_init(struct address_info *hw_config)
> {
> sb_devc *devc;
> char name[100];

Fixed in my tree, and will go to Linus

-
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.altern.org/andrebalsa/doc/lkml-faq.html