diff options
| author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-03-12 04:32:52 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-04-05 08:02:40 -0400 |
| commit | f39cf6c7d472349a9907955ef213db1f26618ba0 (patch) | |
| tree | a0dc81dc96abaf090e2dc92c4970614fd478168c /include/linux/mtd | |
| parent | d50dcb1d0e1f8ebe11db1719aad5753cd1b4c4f8 (diff) | |
mtd: physmap: add const qualifiers
Be a bit stricter and add few more 'const' qualifiers.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/physmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h index d2887e76b7f6..aa6a2633c2da 100644 --- a/include/linux/mtd/physmap.h +++ b/include/linux/mtd/physmap.h | |||
| @@ -30,7 +30,7 @@ struct physmap_flash_data { | |||
| 30 | unsigned int pfow_base; | 30 | unsigned int pfow_base; |
| 31 | char *probe_type; | 31 | char *probe_type; |
| 32 | struct mtd_partition *parts; | 32 | struct mtd_partition *parts; |
| 33 | const char **part_probe_types; | 33 | const char * const *part_probe_types; |
| 34 | }; | 34 | }; |
| 35 | 35 | ||
| 36 | #endif /* __LINUX_MTD_PHYSMAP__ */ | 36 | #endif /* __LINUX_MTD_PHYSMAP__ */ |
