linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [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

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).