From 5a55ace3b841895d93a6dd7f649e37f35bd2d8d3 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 4 Jan 2014 18:25:05 +0000 Subject: kernel: bgmac: update the driver patches to a version submitted for mainline kernel. Signed-off-by: Hauke Mehrtens SVN-Revision: 39201 --- target/linux/generic/patches-3.10/773-bgmac-add-srab-switch.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-3.10/773-bgmac-add-srab-switch.patch') diff --git a/target/linux/generic/patches-3.10/773-bgmac-add-srab-switch.patch b/target/linux/generic/patches-3.10/773-bgmac-add-srab-switch.patch index a60ba3ce66..8422309cee 100644 --- a/target/linux/generic/patches-3.10/773-bgmac-add-srab-switch.patch +++ b/target/linux/generic/patches-3.10/773-bgmac-add-srab-switch.patch @@ -12,7 +12,7 @@ Signed-off-by: Hauke Mehrtens #include static const struct bcma_device_id bgmac_bcma_tbl[] = { -@@ -1375,6 +1376,17 @@ static void bgmac_mii_unregister(struct +@@ -1381,6 +1382,17 @@ static void bgmac_mii_unregister(struct mdiobus_free(mii_bus); } @@ -30,7 +30,7 @@ Signed-off-by: Hauke Mehrtens /************************************************** * BCMA bus ops **************************************************/ -@@ -1490,6 +1502,16 @@ static int bgmac_probe(struct bcma_devic +@@ -1507,6 +1519,16 @@ static int bgmac_probe(struct bcma_devic goto err_dma_free; } @@ -47,7 +47,7 @@ Signed-off-by: Hauke Mehrtens err = register_netdev(bgmac->net_dev); if (err) { bgmac_err(bgmac, "Cannot register net device\n"); -@@ -1519,6 +1541,10 @@ static void bgmac_remove(struct bcma_dev +@@ -1536,6 +1558,10 @@ static void bgmac_remove(struct bcma_dev { struct bgmac *bgmac = bcma_get_drvdata(core); -- cgit v1.2.3