Browse Source

add missing null entry in pcmcia driver

SVN-Revision: 16333
Florian Fainelli 16 years ago
parent
commit
116a53a154
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/brcm63xx/files/drivers/pcmcia/bcm63xx_pcmcia.c

+ 2 - 0
target/linux/brcm63xx/files/drivers/pcmcia/bcm63xx_pcmcia.c

@@ -466,6 +466,8 @@ struct platform_driver bcm63xx_pcmcia_driver = {
 		.name	= "bcm63xx_pcmcia",
 		.name	= "bcm63xx_pcmcia",
 		.owner  = THIS_MODULE,
 		.owner  = THIS_MODULE,
 	},
 	},
+
+	{ },
 };
 };
 
 
 #ifdef CONFIG_CARDBUS
 #ifdef CONFIG_CARDBUS