]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/dm-hw-handler.c
[PATCH] md: improve handing of read errors with raid6
[linux-2.6-omap-h63xx.git] / drivers / md / dm-hw-handler.c
index ae63772e44c9c9f2b359e127704335f110aec12e..4cc0010e01569a16f0fd3bc53c2f3a365bff3e07 100644 (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;