summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.1/424-bcm63xx_enet_no_request_mem_region.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/patches-4.1/424-bcm63xx_enet_no_request_mem_region.patch')
-rw-r--r--target/linux/brcm63xx/patches-4.1/424-bcm63xx_enet_no_request_mem_region.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/brcm63xx/patches-4.1/424-bcm63xx_enet_no_request_mem_region.patch b/target/linux/brcm63xx/patches-4.1/424-bcm63xx_enet_no_request_mem_region.patch
deleted file mode 100644
index a0873085c9..0000000000
--- a/target/linux/brcm63xx/patches-4.1/424-bcm63xx_enet_no_request_mem_region.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/drivers/net/ethernet/broadcom/bcm63xx_enet.c
-+++ b/drivers/net/ethernet/broadcom/bcm63xx_enet.c
-@@ -2781,12 +2781,6 @@ static int bcm_enetsw_probe(struct platf
- if (ret)
- goto out;
-
-- if (!request_mem_region(res_mem->start, resource_size(res_mem),
-- "bcm63xx_enetsw")) {
-- ret = -EBUSY;
-- goto out;
-- }
--
- priv->base = ioremap(res_mem->start, resource_size(res_mem));
- if (priv->base == NULL) {
- ret = -ENOMEM;