The PCI device table in bcm63xx_pcmcia lacks the final null entry. Spotted by build system when building it as module. Signed-off-by: Maxime Bizon <mbizon@xxxxxxxxxx> --- drivers/pcmcia/bcm63xx_pcmcia.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/pcmcia/bcm63xx_pcmcia.c b/drivers/pcmcia/bcm63xx_pcmcia.c index 6c7f20c..48928b8 100644 --- a/drivers/pcmcia/bcm63xx_pcmcia.c +++ b/drivers/pcmcia/bcm63xx_pcmcia.c @@ -492,6 +492,8 @@ static struct pci_device_id bcm63xx_cb_table[] = { .class = PCI_CLASS_BRIDGE_CARDBUS << 8, .class_mask = ~0, }, + + { }, }; MODULE_DEVICE_TABLE(pci, bcm63xx_cb_table); -- 1.6.0.4