commit | 118d52da1816471ac875bb9f1ee51737e82b1d71 | [log] [tgz] |
---|---|---|
author | Amerigo Wang <amwang@redhat.com> | Mon Dec 14 18:00:20 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 15 08:53:26 2009 -0800 |
tree | b51ac58c1c7af29ea0f64aededef0caac19c8ff5 | |
parent | 0b2749aa6ca40ff3fe12ebb3fdf010ebad2e9085 [diff] |
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>