|
@@ -477,7 +477,7 @@ static int baycom_ioctl(struct net_device *dev, struct ifreq *ifr,
|
|
|
/*
|
|
|
* command line settable parameters
|
|
|
*/
|
|
|
-static const char *mode[NR_PORTS] = { "picpar", };
|
|
|
+static char *mode[NR_PORTS] = { "picpar", };
|
|
|
static int iobase[NR_PORTS] = { 0x378, };
|
|
|
|
|
|
module_param_array(mode, charp, NULL, 0);
|