Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182078 - gentoo-sources-2.6.20-r5 - kd_mksound exported twice on ppc
Summary: gentoo-sources-2.6.20-r5 - kd_mksound exported twice on ppc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 01:40 UTC by gent_bz
Modified: 2007-06-16 13:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gent_bz 2007-06-15 01:40:31 UTC
WARNING: vmlinux: 'kd_mksound' exported twice. Previous export was in vmlinux

kd_mksound appears to be exported in both arch/powerpc/kernel/ppc_ksyms.c and drivers/char/keyboard.c

It is unclear to me which one needs to be changed, but removing EXPORT_SYMBOL_GPL(kd_mksound) from drivers/char/keyboard.c eliminates the warning (and might also work...)
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2007-06-16 00:59:04 UTC
This is fixed in more recent kernels. Am I right in saying that this warning is not actually causing any problems? If I'm wrong, please reopen this bug and we'll backport the fix.
Comment 2 gent_bz 2007-06-16 13:28:28 UTC
(In reply to comment #1)
> This is fixed in more recent kernels. 

Ok.

> Am I right in saying that this warning is not actually causing any problems? 

None that I can see.  If it's fixed in newer kernels I'm happy, thanks.