Commit a54dc585 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

ax88796: make pointer to platform data const

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 0f442f5a
......@@ -89,7 +89,7 @@ struct ax_device {
void __iomem *map2;
struct resource *mem;
struct resource *mem2;
struct ax_plat_data *plat;
const struct ax_plat_data *plat;
unsigned char running;
unsigned char resume_open;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment