* [PPC] Remove duplicate export of __div64_32.
@ 2007-05-17 12:57 Kumar Gala
2007-05-22 10:32 ` Paul Mackerras
0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2007-05-17 12:57 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
We now get the export of __div64_32 from lib/div64.c and can drop the one
in ppc_ksysm.c
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
This is in the for_paulus branch of my powerpc.git, just posting for
completeness.
- k
commit f5e6eb4606a69c8e661cb6f976e206f859bc1b0f
tree b8ae348e1c4fa721fc81d55420b23f5a7fb6a5cf
parent a440da68f5e93544ef5c924792b2a5b556c4a535
author Kumar Gala <galak@kernel.crashing.org> Thu, 17 May 2007 07:52:42 -0500
committer Kumar Gala <galak@kernel.crashing.org> Thu, 17 May 2007 07:52:42 -0500
arch/ppc/kernel/ppc_ksyms.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
index 4ad4996..e76f076 100644
--- a/arch/ppc/kernel/ppc_ksyms.c
+++ b/arch/ppc/kernel/ppc_ksyms.c
@@ -93,7 +93,6 @@ EXPORT_SYMBOL(strncpy);
EXPORT_SYMBOL(strcat);
EXPORT_SYMBOL(strlen);
EXPORT_SYMBOL(strcmp);
-EXPORT_SYMBOL(__div64_32);
EXPORT_SYMBOL(csum_partial);
EXPORT_SYMBOL(csum_partial_copy_generic);
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PPC] Remove duplicate export of __div64_32.
2007-05-17 12:57 [PPC] Remove duplicate export of __div64_32 Kumar Gala
@ 2007-05-22 10:32 ` Paul Mackerras
2007-05-22 12:51 ` Kumar Gala
0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2007-05-22 10:32 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev
Kumar Gala writes:
> We now get the export of __div64_32 from lib/div64.c and can drop the one
> in ppc_ksysm.c
Great, but please remove the #include <asm/div64.h> as well.
Paul.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PPC] Remove duplicate export of __div64_32.
2007-05-22 10:32 ` Paul Mackerras
@ 2007-05-22 12:51 ` Kumar Gala
0 siblings, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2007-05-22 12:51 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On May 22, 2007, at 5:32 AM, Paul Mackerras wrote:
> Kumar Gala writes:
>
>> We now get the export of __div64_32 from lib/div64.c and can drop
>> the one
>> in ppc_ksysm.c
>
> Great, but please remove the #include <asm/div64.h> as well.
git-amend'd :)
- k
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-22 12:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17 12:57 [PPC] Remove duplicate export of __div64_32 Kumar Gala
2007-05-22 10:32 ` Paul Mackerras
2007-05-22 12:51 ` Kumar Gala
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).