projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f39cf6c
)
bcma_mips: add a const qualifier
author
Artem Bityutskiy
<
[email protected]
>
Tue, 12 Mar 2013 08:34:50 +0000
(10:34 +0200)
committer
David Woodhouse
<
[email protected]
>
Fri, 5 Apr 2013 12:04:07 +0000
(13:04 +0100)
Be a bit stricter and add few more 'const' qualifiers.
Signed-off-by: Artem Bityutskiy <
[email protected]
>
Cc: "Rafał Miłecki" <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
drivers/bcma/driver_mips.c
patch
|
blob
|
history
diff --git
a/drivers/bcma/driver_mips.c
b/drivers/bcma/driver_mips.c
index 9a7f0e3ab5a33fbb012a5c2f74145cc47c346dcd..11115bbe115cb120c778b4818d1e14a05f2e012e 100644
(file)
--- a/
drivers/bcma/driver_mips.c
+++ b/
drivers/bcma/driver_mips.c
@@
-21,7
+21,7
@@
#include <linux/serial_reg.h>
#include <linux/time.h>
-static const char *part_probes[] = { "bcm47xxpart", NULL };
+static const char *
const
part_probes[] = { "bcm47xxpart", NULL };
static struct physmap_flash_data bcma_pflash_data = {
.part_probe_types = part_probes,