diff options
Diffstat (limited to 'include/linux/mtd/map.h')
-rw-r--r-- | include/linux/mtd/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h index 85e3939cf487..aa30244492c6 100644 --- a/include/linux/mtd/map.h +++ b/include/linux/mtd/map.h | |||
@@ -188,7 +188,7 @@ typedef union { | |||
188 | */ | 188 | */ |
189 | 189 | ||
190 | struct map_info { | 190 | struct map_info { |
191 | char *name; | 191 | const char *name; |
192 | unsigned long size; | 192 | unsigned long size; |
193 | resource_size_t phys; | 193 | resource_size_t phys; |
194 | #define NO_XIP (-1UL) | 194 | #define NO_XIP (-1UL) |