From e314f89a62c1d74380455690325b1336ea0dca9d Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Thu, 16 Oct 2008 13:58:54 +0200 Subject: [PATCH] mISDN: Add MODULE_DEVICE_TABLE() to hfcpci Add missed table. Signed-off-by: Matthias Urlichs Signed-off-by: Karsten Keil --- drivers/isdn/hardware/mISDN/hfcpci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index 2db06490b1a..019dbe9b082 100644 --- a/drivers/isdn/hardware/mISDN/hfcpci.c +++ b/drivers/isdn/hardware/mISDN/hfcpci.c @@ -2376,3 +2376,5 @@ HFC_cleanup(void) module_init(HFC_init); module_exit(HFC_cleanup); + +MODULE_DEVICE_TABLE(pci, hfc_ids); -- 2.41.0