]> git.karo-electronics.de Git - karo-tx-linux.git/commit
time: don't inline EXPORT_SYMBOL functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 04:22:52 +0000 (15:22 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 16 Oct 2012 02:47:58 +0000 (13:47 +1100)
commite2ad6fc63f47b70b872ac1deeb7bd54f96a148e9
treef558c1a72a8702476796c97cff604fb6c101c5eb
parent549983b88340bf8e429f72e428bfc56f829f2f66
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