1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[brcm63xx] fix typo for the bcm6338 spi IRQ, change platform driver name and make the SPI irq be fetchable by platform driver initialization code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14790 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-03-08 12:43:13 +00:00
parent ae7c55dd76
commit 9701c553e5
3 changed files with 5 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ static struct bcm63xx_spi_pdata spi_pdata = {
};
static struct platform_device bcm63xx_spi_device = {
.name = "bcm63xx_spi",
.name = "bcm63xx-spi",
.id = 0,
.num_resources = ARRAY_SIZE(spi_resources),
.resource = spi_resources,