Commit e314f89a authored by Matthias Urlichs's avatar Matthias Urlichs Committed by Karsten Keil

mISDN: Add MODULE_DEVICE_TABLE() to hfcpci

Add missed table.
Signed-off-by: default avatarMatthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: default avatarKarsten Keil <kkeil@suse.de>
parent 400fd978
......@@ -2376,3 +2376,5 @@ HFC_cleanup(void)
module_init(HFC_init);
module_exit(HFC_cleanup);
MODULE_DEVICE_TABLE(pci, hfc_ids);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment