diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-02 22:25:26 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-02 22:25:26 +0000 |
commit | 125fc703bb1477599809db96e5d62a1915864fad (patch) | |
tree | d76f4136170f30410d8b653febd478d90b6feaf0 /target/linux/bcm53xx/patches-3.10/202-bgmac-make-bgmac-work-on-systems-without-nvram.patch | |
parent | 06c8b90ebf32eacd45ff196c4c58e51ec7321868 (diff) | |
download | upstream-125fc703bb1477599809db96e5d62a1915864fad.tar.gz upstream-125fc703bb1477599809db96e5d62a1915864fad.tar.bz2 upstream-125fc703bb1477599809db96e5d62a1915864fad.zip |
kernel: bgmac: move other bgmac patches to generic
The bgmac driver will be used on the brcm47xx and the bcm53xx target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38289
Diffstat (limited to 'target/linux/bcm53xx/patches-3.10/202-bgmac-make-bgmac-work-on-systems-without-nvram.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.10/202-bgmac-make-bgmac-work-on-systems-without-nvram.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.10/202-bgmac-make-bgmac-work-on-systems-without-nvram.patch b/target/linux/bcm53xx/patches-3.10/202-bgmac-make-bgmac-work-on-systems-without-nvram.patch index eda49b6416..07ba44a53e 100644 --- a/target/linux/bcm53xx/patches-3.10/202-bgmac-make-bgmac-work-on-systems-without-nvram.patch +++ b/target/linux/bcm53xx/patches-3.10/202-bgmac-make-bgmac-work-on-systems-without-nvram.patch @@ -7,10 +7,10 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/net/ethernet/broadcom/bgmac.c +++ b/drivers/net/ethernet/broadcom/bgmac.c -@@ -16,7 +16,11 @@ - #include <linux/phy.h> +@@ -17,7 +17,11 @@ #include <linux/interrupt.h> #include <linux/dma-mapping.h> + #include <linux/platform_data/b53.h> +#ifdef CONFIG_BCM47XX #include <bcm47xx_nvram.h> +#else |