[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel Version Specific scripts/ is required



On Tue, Feb 08, 2005 at 08:20:10PM +0900, Horms wrote:
> 
> As a work around try defining the dummy
> symbols in your module's .c files somewhere. Here is what they used
> to look like.
> 
> void cleanup_module(void)
> {
> }
> 
> int init_module(void)
> {
>         return 0;
> }
> 

No joy. Got an error about it being defined twice, the second definition
actually being a call to module_exit(), which struck me as a bit odd...

regards

Andrew

-- 
linux.conf.au 2005   -  http://linux.conf.au/  -  Birthplace of Tux
April 18th to 23rd   -  http://linux.conf.au/  -       LINUX
Canberra, Australia  -  http://linux.conf.au/  -    Get bitten!



Reply to: