Files
linux/include
Linus Torvalds 1e0ca76430 UPSTREAM: compiler, clang: properly override 'inline' for clang
Commit abb2ea7dfd ("compiler, clang: suppress warning for unused
static inline functions") just caused more warnings due to re-defining
the 'inline' macro.

So undef it before re-defining it, and also add the 'notrace' attribute
like the gcc version that this is overriding does.

Maybe this makes clang happier.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit 6d53cefb18)
Signed-off-by: Greg Hackmann <ghackmann@google.com>

Change-Id: Ie01b45583954c6104c854a3810e35c1171764e78
2017-11-20 21:15:59 +05:30
..
2015-11-07 01:30:10 +01:00
2017-03-12 06:37:24 +01:00
2017-10-05 09:41:48 +02:00