Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[pandora-kernel.git] / drivers / net / ni52.c
index 33618ed..d973fc6 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)