|
@@ -251,7 +251,7 @@ static struct of_device_id mpc5xxx_can_table[];
|
|
|
static int __devinit mpc5xxx_can_probe(struct platform_device *ofdev)
|
|
|
{
|
|
|
const struct of_device_id *match;
|
|
|
- struct mpc5xxx_can_data *data;
|
|
|
+ const struct mpc5xxx_can_data *data;
|
|
|
struct device_node *np = ofdev->dev.of_node;
|
|
|
struct net_device *dev;
|
|
|
struct mscan_priv *priv;
|