]> git.baikalelectronics.ru Git - kernel.git/commit
time: don't inline EXPORT_SYMBOL functions
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Feb 2013 00:42:40 +0000 (16:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:19 +0000 (17:22 -0800)
commit5929e41338fd078ec3c88a2b2a26652c692bb823
tree3f3991255ab0c97e387657749a31a7f3b93a586b
parentb8901b38b819a1fbd75e90629983be9e432f2cb6
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/time.c