diff options
Diffstat (limited to 'drivers/isdn/hisax/hisax_fcpcipnp.c')
-rw-r--r-- | drivers/isdn/hisax/hisax_fcpcipnp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/hisax_fcpcipnp.c b/drivers/isdn/hisax/hisax_fcpcipnp.c index 1925118122f8..8b0a7d86b30f 100644 --- a/drivers/isdn/hisax/hisax_fcpcipnp.c +++ b/drivers/isdn/hisax/hisax_fcpcipnp.c | |||
@@ -74,9 +74,10 @@ static struct pnp_device_id fcpnp_ids[] __devinitdata = { | |||
74 | .id = "AVM0900", | 74 | .id = "AVM0900", |
75 | .driver_data = (unsigned long) "Fritz!Card PnP", | 75 | .driver_data = (unsigned long) "Fritz!Card PnP", |
76 | }, | 76 | }, |
77 | { .id = "" } | ||
77 | }; | 78 | }; |
78 | 79 | ||
79 | MODULE_DEVICE_TABLE(isapnp, fcpnp_ids); | 80 | MODULE_DEVICE_TABLE(pnp, fcpnp_ids); |
80 | #endif | 81 | #endif |
81 | 82 | ||
82 | static int protocol = 2; /* EURO-ISDN Default */ | 83 | static int protocol = 2; /* EURO-ISDN Default */ |