Skip to content

Commit

Permalink
ax88796: make pointer to platform data const
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Marc Kleine-Budde committed Feb 21, 2011
1 parent 0f442f5 commit a54dc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ax88796.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a54dc58

Please sign in to comment.