diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-08 13:42:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-08 13:42:11 +0000 |
commit | f012e61a4f95a8f24e0e4acb2e54be59822ee4fd (patch) | |
tree | 7d2bf91b40081fe9a48fe603bad1597f8d3dd25d /target/linux | |
parent | 52a0ebb32920b0c45bd6f1ad50d16264f5c1a3e7 (diff) | |
download | master-187ad058-f012e61a4f95a8f24e0e4acb2e54be59822ee4fd.tar.gz master-187ad058-f012e61a4f95a8f24e0e4acb2e54be59822ee4fd.tar.bz2 master-187ad058-f012e61a4f95a8f24e0e4acb2e54be59822ee4fd.zip |
[brcm63xx] remove this line which got accidentaly succesfully applied, but should not have (#5285)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/files/drivers/pcmcia/bcm63xx_pcmcia.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/files/drivers/pcmcia/bcm63xx_pcmcia.c b/target/linux/brcm63xx/files/drivers/pcmcia/bcm63xx_pcmcia.c index 52b99d5b80..383e322d06 100644 --- a/target/linux/brcm63xx/files/drivers/pcmcia/bcm63xx_pcmcia.c +++ b/target/linux/brcm63xx/files/drivers/pcmcia/bcm63xx_pcmcia.c @@ -467,8 +467,6 @@ struct platform_driver bcm63xx_pcmcia_driver = { .name = "bcm63xx_pcmcia", .owner = THIS_MODULE, }, - - { }, }; #ifdef CONFIG_CARDBUS |