]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sparc64: Remove RWSEM export leftovers
authorKirill Tkhai <tkhai@yandex.ru>
Mon, 12 Aug 2013 12:02:24 +0000 (16:02 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2013 23:08:32 +0000 (16:08 -0700)
commit32f0ba8e21166ec3ac11d692852d6d3e768942a4
treed39be6e6a9984810bbc5b7968870afcd6898f7fd
parent84c041cc9b2eb6305732e32f283d9fac2b0e8b6a
sparc64: Remove RWSEM export leftovers

[ Upstream commit 61d9b9355b0d427bd1e732bd54628ff9103e496f ]

The functions

__down_read
__down_read_trylock
__down_write
__down_write_trylock
__up_read
__up_write
__downgrade_write

are implemented inline, so remove corresponding EXPORT_SYMBOLs
(They lead to compile errors on RT kernel).

Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
CC: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/lib/ksyms.c