* [PATCH] Remove duplicate export of __div64_32.
@ 2007-05-01 16:05 Scott Wood
2007-05-02 14:20 ` Kumar Gala
0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2007-05-01 16:05 UTC (permalink / raw)
To: paulus; +Cc: linuxppc-dev
Change 3927f2e8f9afa3424bb51ca81f7abac01ffd0005 moved lib/lib64.c from
lib-y to obj-y, preventing the export in ppc_ksyms.c from overriding
the one in lib, and thus causing a duplicate-export warning.
Signed-off-by: Scott Wood <scottwood@freescale.com>
---
arch/powerpc/kernel/ppc_ksyms.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index ff252aa..c96fa9b 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -66,7 +66,6 @@ EXPORT_SYMBOL(clear_pages);
EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
EXPORT_SYMBOL(DMA_MODE_READ);
EXPORT_SYMBOL(DMA_MODE_WRITE);
-EXPORT_SYMBOL(__div64_32);
EXPORT_SYMBOL(do_signal);
EXPORT_SYMBOL(transfer_to_handler);
--
1.5.0.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Remove duplicate export of __div64_32.
2007-05-01 16:05 [PATCH] Remove duplicate export of __div64_32 Scott Wood
@ 2007-05-02 14:20 ` Kumar Gala
2007-05-02 16:05 ` Scott Wood
0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2007-05-02 14:20 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev, paulus
On May 1, 2007, at 11:05 AM, Scott Wood wrote:
> Change 3927f2e8f9afa3424bb51ca81f7abac01ffd0005 moved lib/lib64.c from
> lib-y to obj-y, preventing the export in ppc_ksyms.c from overriding
> the one in lib, and thus causing a duplicate-export warning.
I assume you mean lib/div64.c?
- k
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Remove duplicate export of __div64_32.
2007-05-02 14:20 ` Kumar Gala
@ 2007-05-02 16:05 ` Scott Wood
0 siblings, 0 replies; 3+ messages in thread
From: Scott Wood @ 2007-05-02 16:05 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev, paulus
Kumar Gala wrote:
>
> On May 1, 2007, at 11:05 AM, Scott Wood wrote:
>
>> Change 3927f2e8f9afa3424bb51ca81f7abac01ffd0005 moved lib/lib64.c from
>> lib-y to obj-y, preventing the export in ppc_ksyms.c from overriding
>> the one in lib, and thus causing a duplicate-export warning.
>
>
> I assume you mean lib/div64.c?
D'oh... of course. :-P
-Scott
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-02 16:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 16:05 [PATCH] Remove duplicate export of __div64_32 Scott Wood
2007-05-02 14:20 ` Kumar Gala
2007-05-02 16:05 ` Scott Wood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).