[PATCH] device-mapper: Some missing statics

This patch makes some needlessly global code static.

Signed-Off-By: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Alasdair G Kergon
2005-05-05 16:16:09 -07:00
committed by Linus Torvalds
parent f1daa40b63
commit 5e198d94dd
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ struct hwh_internal {
static LIST_HEAD(_hw_handlers);
static DECLARE_RWSEM(_hwh_lock);
struct hwh_internal *__find_hw_handler_type(const char *name)
static struct hwh_internal *__find_hw_handler_type(const char *name)
{
struct hwh_internal *hwhi;