Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51c8b856 authored by Paul Mundt's avatar Paul Mundt Committed by Paul Mundt
Browse files

sh: Kill off redundant __div64_32 symbol export.



modpost noticed that __div64_32 was being exported twice:

WARNING: lib/built-in: '__div64_32' exported twice. Previous export was
in arch/sh/kernel/built-in.ko

kill off the duplicate.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 00bf0610
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -58,8 +58,6 @@ EXPORT_SYMBOL(__udelay);
EXPORT_SYMBOL(__ndelay);
EXPORT_SYMBOL(__ndelay);
EXPORT_SYMBOL(__const_udelay);
EXPORT_SYMBOL(__const_udelay);


EXPORT_SYMBOL(__div64_32);

#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)


/* These symbols are generated by the compiler itself */
/* These symbols are generated by the compiler itself */