diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-30 21:29:25 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-30 21:29:25 +0000 | 
| commit | 5abca50d4d73492ce2749de05a3539b75ab83439 (patch) | |
| tree | 6f4d333ec4e5049c134d0144bf438d15b506c822 /target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c | |
| parent | fe8a4ad530831ef7b897a9617b30a6d280fd2814 (diff) | |
[brcm63xx] add experimental support for 2.6.28.10, tested on bcm6338
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17054 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c')
| -rw-r--r-- | target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c b/target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c index 27d03eb5b..d338bbc08 100644 --- a/target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c +++ b/target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c @@ -1718,7 +1718,7 @@ static int __devinit bcm_enet_probe(struct platform_device *pdev)  	if (priv->has_phy) {  		bus = &priv->mii_bus;  		bus->name = "bcm63xx_enet MII bus"; -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)  		bus->dev = &pdev->dev;  #else  		bus->parent = &pdev->dev; | 
