mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user