ipsec: update MAX_AH_AUTH_LEN to support sha512
[deliverable/linux.git] / drivers / net / ni52.c
index 33618edc61f9a3bc85d37bdc202e473db43a3853..d973fc6c6b88a68095bcd12632d981f1ad946e3f 100644 (file)
@@ -388,9 +388,9 @@ static long memend; /* e.g 0xd4000 */
 struct net_device * __init ni52_probe(int unit)
 {
        struct net_device *dev = alloc_etherdev(sizeof(struct priv));
-       static int ports[] = {0x300, 0x280, 0x360 , 0x320 , 0x340, 0};
+       static const int ports[] = {0x300, 0x280, 0x360, 0x320, 0x340, 0};
+       const int *port;
        struct priv *p;
-       int *port;
        int err = 0;
 
        if (!dev)
This page took 0.024185 seconds and 5 git commands to generate.