rwsem-spinlock: remove useless function exports
authorAmerigo Wang <amwang@redhat.com>
Tue, 15 Dec 2009 02:00:20 +0000 (18:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:26 +0000 (08:53 -0800)
commit118d52da1816471ac875bb9f1ee51737e82b1d71
treeb51ac58c1c7af29ea0f64aededef0caac19c8ff5
parent0b2749aa6ca40ff3fe12ebb3fdf010ebad2e9085
rwsem-spinlock: remove useless function exports

These functions need not to be exported, since no drivers should use them.

__init_rwsem() is an exception, because init_rwsem(), which is a macro,
is used.

Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/rwsem-spinlock.c