diff options
Diffstat (limited to 'drivers/bcma/driver_mips.c')
-rw-r--r-- | drivers/bcma/driver_mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c index 9a7f0e3ab5a3..11115bbe115c 100644 --- a/drivers/bcma/driver_mips.c +++ b/drivers/bcma/driver_mips.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <linux/serial_reg.h> | 21 | #include <linux/serial_reg.h> |
22 | #include <linux/time.h> | 22 | #include <linux/time.h> |
23 | 23 | ||
24 | static const char *part_probes[] = { "bcm47xxpart", NULL }; | 24 | static const char * const part_probes[] = { "bcm47xxpart", NULL }; |
25 | 25 | ||
26 | static struct physmap_flash_data bcma_pflash_data = { | 26 | static struct physmap_flash_data bcma_pflash_data = { |
27 | .part_probe_types = part_probes, | 27 | .part_probe_types = part_probes, |