]> git.baikalelectronics.ru Git - kernel.git/commit
arch/tile: remove inline marking of EXPORT_SYMBOL functions
authorDenis Efremov <yefremov.denis@gmail.com>
Thu, 9 May 2013 10:36:53 +0000 (14:36 +0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 9 May 2013 17:53:45 +0000 (13:53 -0400)
commitcabe02590d4e7188454e09f4417751dfd39c630f
tree093b245747d57ab4f131ac125cf3218cbddcd2ab
parentdc5480471cab046e8f2c6bfc9454ff28375a2a6f
arch/tile: 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>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/lib/spinlock_32.c