]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/3c503.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / net / 3c503.c
index 4777a1cbcd8d6f7f7f9b032f9f1bbe385f1f6538..d84f6e8903a58f6334acd9e67d1811823c73ee86 100644 (file)
@@ -392,8 +392,8 @@ el2_open(struct net_device *dev)
     int retval;
 
     if (dev->irq < 2) {
-       int irqlist[] = {5, 9, 3, 4, 0};
-       int *irqp = irqlist;
+       static const int irqlist[] = {5, 9, 3, 4, 0};
+       const int *irqp = irqlist;
 
        outb(EGACFR_NORM, E33G_GACFR);  /* Enable RAM and interrupts. */
        do {