]> git.ipfire.org Git - people/arne_f/kernel.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 22:42:49 +0000 (15:42 -0700)
commitcf818489ca512369e2c6ac57307284e171a1d588
tree8aa78b87400be34b4d64b1309061a74f46607ade
parentcad9d82d9ba725ca6550b4fb9ed723331915a857
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