sparc: remove inline marking of EXPORT_SYMBOL functions
authorDenis Efremov <yefremov.denis@gmail.com>
Thu, 9 May 2013 10:36:54 +0000 (14:36 +0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2013 09:09:23 +0000 (02:09 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found