|
@@ -554,7 +554,7 @@ static const struct of_device_id l2x0_ids[] __initconst = {
|
|
int __init l2x0_of_init(u32 aux_val, u32 aux_mask)
|
|
int __init l2x0_of_init(u32 aux_val, u32 aux_mask)
|
|
{
|
|
{
|
|
struct device_node *np;
|
|
struct device_node *np;
|
|
- struct l2x0_of_data *data;
|
|
|
|
|
|
+ const struct l2x0_of_data *data;
|
|
struct resource res;
|
|
struct resource res;
|
|
|
|
|
|
np = of_find_matching_node(NULL, l2x0_ids);
|
|
np = of_find_matching_node(NULL, l2x0_ids);
|