]> git.karo-electronics.de Git - karo-tx-linux.git/commit
time: don't inline EXPORT_SYMBOL functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 03:22:28 +0000 (13:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 24 Aug 2012 06:43:46 +0000 (16:43 +1000)
commit9f81fd2a5055b48b0ca7de045d5b524a5205c31d
tree45e2861b6bbdaab6de8aeb9b18d17810efd8c62e
parenta2ebc000e13f8557b3bf4b5ea417cb46c52079e0
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