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:
f1faa69
)
ssb: driver_mipscore: add a const qualifier
author
Artem Bityutskiy
<
[email protected]
>
Tue, 12 Mar 2013 08:37:29 +0000
(10:37 +0200)
committer
David Woodhouse
<
[email protected]
>
Fri, 5 Apr 2013 12:04:10 +0000
(13:04 +0100)
Be a bit stricter and add few more 'const' qualifiers.
Signed-off-by: Artem Bityutskiy <
[email protected]
>
Cc: Michael Buesch <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
drivers/ssb/driver_mipscore.c
patch
|
blob
|
history
diff --git
a/drivers/ssb/driver_mipscore.c
b/drivers/ssb/driver_mipscore.c
index 33b37dac40bddc4bc21078a63b3b2d0861d62ec1..8b64f82e1c6a8fbd52ba18e9660e4f998a4e0676 100644
(file)
--- a/
drivers/ssb/driver_mipscore.c
+++ b/
drivers/ssb/driver_mipscore.c
@@
-18,7
+18,7
@@
#include "ssb_private.h"
-static const char *part_probes[] = { "bcm47xxpart", NULL };
+static const char *
const
part_probes[] = { "bcm47xxpart", NULL };
static struct physmap_flash_data ssb_pflash_data = {
.part_probe_types = part_probes,