]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functions
authorDenis Efremov <yefremov.denis@gmail.com>
Thu, 9 May 2013 10:36:58 +0000 (14:36 +0400)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 2 Dec 2013 03:06:53 +0000 (14:06 +1100)
commite5aa0957e633feeb9daf14ee397d0389846e5efc
treefbccbd9c3147c8666e151b288f2159b2c3716ec9
parent31cd5216153c8efd678cb61c36ac497d3880d4fd
powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functions

EXPORT_SYMBOL and inline directives are contradictory to each other.
The patch fixes this inconsistency.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Denis Efremov <yefremov.denis@gmail.com>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/ps3/spu.c