lkml.org 
[lkml]   [1999]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: multiple definition of '__module_kernel_version' ?
[ Monday, November 15, 1999 ] Keith Owens wrote:
> Does this fix it?

[snip of removing linux/module.h from ide-features.c include's]

I tried that first, but it didn't appear to be valid simply because
of all the EXPORT_SYMBOL() calls at the end of the file and their
dependency on the macro definition inside linux/module.h... removing
it appears to make the compiler treat the EXPORT_SYMBOL calls as
functions instead of resolving them as macros as needed...

269: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL'
269: warning: parameter names (without types) in function declaration
269: warning: data definition has no type or storage class
270: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL'
270: warning: parameter names (without types) in function declaration
270: warning: data definition has no type or storage class
271: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL'
271: warning: parameter names (without types) in function declaration
271: warning: data definition has no type or storage class
272: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL'
272: warning: parameter names (without types) in function declaration
272: warning: data definition has no type or storage class
273: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL'
273: warning: parameter names (without types) in function declaration
273: warning: data definition has no type or storage class

Can these be safely ignored?

If not, it looks like the four components of ide-mod.o (ide, ide-features,
ide-pci, piix, ide-proc) will be continually fighting over this...
it looks like for module-aggregates like this only one can legally have
exported symbols as it stands, so maybe ide-features should simply get
integrated back into ide.c?

Thanks,

James
--
Miscellaneous Engineer --- IBM Netfinity Performance Development

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.052 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site