dm: change "unsigned" to "unsigned int"
[linux-2.6-microblaze.git] / drivers / md / dm-path-selector.h
index 2e3ae9a..8a32ef9 100644 (file)
@@ -53,7 +53,7 @@ struct path_selector_type {
        /*
         * Constructs a path selector object, takes custom arguments
         */
-       int (*create) (struct path_selector *ps, unsigned argc, char **argv);
+       int (*create) (struct path_selector *ps, unsigned int argc, char **argv);
        void (*destroy) (struct path_selector *ps);
 
        /*