diff options
Diffstat (limited to 'drivers/net/hamradio/baycom_epp.c')
-rw-r--r-- | drivers/net/hamradio/baycom_epp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hamradio/baycom_epp.c b/drivers/net/hamradio/baycom_epp.c index 9537aaa50c2f..49b8b58fc5c6 100644 --- a/drivers/net/hamradio/baycom_epp.c +++ b/drivers/net/hamradio/baycom_epp.c | |||
@@ -1162,7 +1162,7 @@ static void baycom_probe(struct net_device *dev) | |||
1162 | /* | 1162 | /* |
1163 | * command line settable parameters | 1163 | * command line settable parameters |
1164 | */ | 1164 | */ |
1165 | static const char *mode[NR_PORTS] = { "", }; | 1165 | static char *mode[NR_PORTS] = { "", }; |
1166 | static int iobase[NR_PORTS] = { 0x378, }; | 1166 | static int iobase[NR_PORTS] = { 0x378, }; |
1167 | 1167 | ||
1168 | module_param_array(mode, charp, NULL, 0); | 1168 | module_param_array(mode, charp, NULL, 0); |