Skip to content

Commit

Permalink
mISDN: Add MODULE_DEVICE_TABLE() to hfcpci
Browse files Browse the repository at this point in the history
Add missed table.

Signed-off-by: Matthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: Karsten Keil <kkeil@suse.de>
  • Loading branch information
Matthias Urlichs authored and Karsten Keil committed Jan 9, 2009
1 parent 400fd97 commit e314f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/isdn/hardware/mISDN/hfcpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2376,3 +2376,5 @@ HFC_cleanup(void)

module_init(HFC_init);
module_exit(HFC_cleanup);

MODULE_DEVICE_TABLE(pci, hfc_ids);

0 comments on commit e314f89

Please sign in to comment.