]> git.karo-electronics.de Git - karo-tx-linux.git/commit
time: don't inline EXPORT_SYMBOL functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Nov 2012 03:03:50 +0000 (14:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Nov 2012 05:15:16 +0000 (16:15 +1100)
commitaafb8db1eb081870c0a7c18bbdd78a69a1575ba3
tree8239663f9ddc7edcd089cd608a24217911c9c387
parent01bdab72c866cebebb32813f2eb1efb1e43da234
time: don't inline EXPORT_SYMBOL functions

How is the compiler even handling exported functions that are marked
inline?  Anyway, these shouldn't be inline because of that, so remove that
marking.

Based on a larger patch by Mark Charlebois to get LLVM to build the
kernel.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Mark Charlebois <mcharleb@qualcomm.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: hank <pyu@redhat.com>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/time.c