Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197573
b: refs/heads/master
c: 031ffd1
h: refs/heads/master
i:
  197571: 863e1e9
v: v3
  • Loading branch information
Rusty Russell committed May 19, 2010
1 parent d272da7 commit 4a6cd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90def62df67b423c4c976bc30eccb5957b7befda
refs/heads/master: 031ffd1711bd8bf334ebcbe8ebe34845e6d4678f
3 changes: 2 additions & 1 deletion trunk/drivers/isdn/hisax/hisax_fcpcipnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ static struct pnp_device_id fcpnp_ids[] __devinitdata = {
.id = "AVM0900",
.driver_data = (unsigned long) "Fritz!Card PnP",
},
{ .id = "" }
};

MODULE_DEVICE_TABLE(isapnp, fcpnp_ids);
MODULE_DEVICE_TABLE(pnp, fcpnp_ids);
#endif

static int protocol = 2; /* EURO-ISDN Default */
Expand Down

0 comments on commit 4a6cd71

Please sign in to comment.