diff options
author | Olof Johansson <olof@lixom.net> | 2012-10-01 14:07:32 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-10-01 14:07:32 -0700 |
commit | 17a505edb09495510ac8998450980472c412455b (patch) | |
tree | 07f3a9e512f67cffae1dde071c8247821dd17e60 /arch/arm/mm | |
parent | d9a807461fc8cc0d6ba589ea0730d139122af012 (diff) | |
parent | b10dcdcac43b2b5adf800a19f782fef38ada75a1 (diff) |
Merge branch 'next/fixes-non-critical' into HEAD
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/cache-l2x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/cache-l2x0.c b/arch/arm/mm/cache-l2x0.c index 2a8e380501e..577baf7d0a8 100644 --- a/arch/arm/mm/cache-l2x0.c +++ b/arch/arm/mm/cache-l2x0.c @@ -554,7 +554,7 @@ static const struct of_device_id l2x0_ids[] __initconst = { int __init l2x0_of_init(u32 aux_val, u32 aux_mask) { struct device_node *np; - struct l2x0_of_data *data; + const struct l2x0_of_data *data; struct resource res; np = of_find_matching_node(NULL, l2x0_ids); |