dm: change "unsigned" to "unsigned int"
[linux-2.6-block.git] / drivers / md / persistent-data / dm-array.h
index 331cc6db3850df3ba35dd1316878215e37ac4081..91d6165427b39d74890bd9eed8c34c6c79520964 100644 (file)
@@ -199,7 +199,7 @@ struct dm_array_cursor {
 
        struct dm_block *block;
        struct array_block *ab;
-       unsigned index;
+       unsigned int index;
 };
 
 int dm_array_cursor_begin(struct dm_array_info *info,