Commit 01b9e994 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe

[PATCH] Ns558 gameport warning

Ns558 gameport: constness of ns558_pnp_driver depends on CONFIG_PNP, causing a
warning if CONFIG_PNP is not set, so make sure it is never const.
parent 866888c9
......@@ -243,7 +243,7 @@ static struct pnp_driver ns558_pnp_driver = {
#else
static const struct pnp_driver ns558_pnp_driver;
static struct pnp_driver ns558_pnp_driver;
#endif
......
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