mirror of https://gitee.com/openkylin/linux.git
ax88796: make pointer to platform data const
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
0f442f5a3c
commit
a54dc58511
|
@ -89,7 +89,7 @@ struct ax_device {
|
||||||
void __iomem *map2;
|
void __iomem *map2;
|
||||||
struct resource *mem;
|
struct resource *mem;
|
||||||
struct resource *mem2;
|
struct resource *mem2;
|
||||||
struct ax_plat_data *plat;
|
const struct ax_plat_data *plat;
|
||||||
|
|
||||||
unsigned char running;
|
unsigned char running;
|
||||||
unsigned char resume_open;
|
unsigned char resume_open;
|
||||||
|
|
Loading…
Reference in New Issue