From: Eliot Blennerhassett <linux@xxxxxxxxxxxxxxxx> Signed-off-by: Eliot Blennerhassett <eblennerhassett@xxxxxxxxxxxxxxxx> 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 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel