aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hp.c')
-rw-r--r--drivers/net/hp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hp.c b/drivers/net/hp.c
index 551a71b3c5fd..29470970aa27 100644
--- a/drivers/net/hp.c
+++ b/drivers/net/hp.c
@@ -75,7 +75,7 @@ static void hp_init_card(struct net_device *dev);
75/* My default is IRQ5 0 1 2 3 4 5 6 7 8 9 10 11 */ 75/* My default is IRQ5 0 1 2 3 4 5 6 7 8 9 10 11 */
76static char irqmap[16] __initdata= { 0, 0, 4, 6, 8,10, 0,14, 0, 4, 2,12,0,0,0,0}; 76static char irqmap[16] __initdata= { 0, 0, 4, 6, 8,10, 0,14, 0, 4, 2,12,0,0,0,0};
77 77
78 78
79/* Probe for an HP LAN adaptor. 79/* Probe for an HP LAN adaptor.
80 Also initialize the card and fill in STATION_ADDR with the station 80 Also initialize the card and fill in STATION_ADDR with the station
81 address. */ 81 address. */