]> Pileus Git - ~andy/linux/commit
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)
commitdbebe0da64d0738a21221a7f9d29510b9f29d908
tree5ef8db62637abba13d0af60673225bbaf0ce03e4
parentccd847b2c101a7e5772d0463ac76f7c18732675a
sparc: 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: David S. Miller <davem@davemloft.net>
arch/sparc/prom/tree_64.c