diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-19 18:00:02 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 09:14:38 -0400 |
commit | e1802b065d189cdfa25eaf6d019c222a91618b9c (patch) | |
tree | f2d70f072b1b622798bd6489727cf3021eac95ce /arch/powerpc/kernel/time.c | |
parent | 4a1b08e84454f9eb46bcb1aaf307421a4df46de2 (diff) |
powerpc: Move more symbol exports next to function definitions
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/time.c')
-rw-r--r-- | arch/powerpc/kernel/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 368ab374d33c..055558b953e3 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c | |||
@@ -1024,6 +1024,7 @@ void to_tm(int tim, struct rtc_time * tm) | |||
1024 | */ | 1024 | */ |
1025 | GregorianDay(tm); | 1025 | GregorianDay(tm); |
1026 | } | 1026 | } |
1027 | EXPORT_SYMBOL(to_tm); | ||
1027 | 1028 | ||
1028 | /* | 1029 | /* |
1029 | * Divide a 128-bit dividend by a 32-bit divisor, leaving a 128 bit | 1030 | * Divide a 128-bit dividend by a 32-bit divisor, leaving a 128 bit |