Commit e9419669 authored by Denis Efremov's avatar Denis Efremov Committed by Benjamin Herrenschmidt

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: default avatarDenis Efremov <yefremov.denis@gmail.com>
Acked-by: default avatarGeoff Levand <geoff@infradead.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 721cb59e
...@@ -143,7 +143,7 @@ static void _dump_areas(unsigned int spe_id, unsigned long priv2, ...@@ -143,7 +143,7 @@ static void _dump_areas(unsigned int spe_id, unsigned long priv2,
pr_debug("%s:%d: shadow: %lxh\n", func, line, shadow); pr_debug("%s:%d: shadow: %lxh\n", func, line, shadow);
} }
inline u64 ps3_get_spe_id(void *arg) u64 ps3_get_spe_id(void *arg)
{ {
return spu_pdata(arg)->spe_id; return spu_pdata(arg)->spe_id;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment