Re: Linux 2.4.17-rc1

Dave Jones (davej@suse.de)
Tue, 18 Dec 2001 02:38:48 +0100 (CET)


On Mon, 17 Dec 2001, Erik Andersen wrote:

> This fix from -pre6 broke NCR5380 so that it does not compile
> when linked into the kernel (i.e. not as a module). This patch
> fixes it. Please apply for 2.4.17-rc2,

This doesn't look right..

> -static int __init do_NCR53C400_setup(char *str)
> -static int __init do_NCR53C400A_setup(char *str)
> -static int __init do_DTC3181E_setup(char *str)

You nuked the functions..

> __setup("ncr5380=", do_NCR5380_setup);
> __setup("ncr53c400=", do_NCR53C400_setup);
> __setup("ncr53c400a=", do_NCR53C400A_setup);
> __setup("dtc3181e=", do_DTC3181E_setup);

But not the references to them. What error are you seeing ?

Dave.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

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