5 Jun
2008
5 Jun
'08
4:06 a.m.
From: Eliot Blennerhassett linux@audioscience.com
Signed-off-by: Eliot Blennerhassett eblennerhassett@audioscience.com
diff --git a/pci/asihpi/hpimsgx.c b/pci/asihpi/hpimsgx.c index ac56a24..b843e9f 100644 --- a/pci/asihpi/hpimsgx.c +++ b/pci/asihpi/hpimsgx.c @@ -25,7 +25,9 @@ Extended Message Function With Response Cacheing #include "hpimsgx.h" #include "hpidebug.h"
-extern struct pci_device_id asihpi_pci_tbl[]; /* hpimod.c mod device tbl */ +static struct pci_device_id asihpi_pci_tbl[] = { +#include "hpipcida.h" +};
static struct hpios_spinlock msgxLock;
--
1.5.4.3