diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
commit | 8e20cceeae5c97eb8f53fc524a2f28a5244de15f (patch) | |
tree | 48ab6a9448455e0832b4037600b0e03f06c07154 /target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch | |
parent | bc356cef8245214321c6b944bb8ebe2e72542387 (diff) | |
download | upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.gz upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.bz2 upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.zip |
bcm53xx: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43144
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch b/target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch index 0b6dd2934a..f20b1cc82d 100644 --- a/target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch +++ b/target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch @@ -13,11 +13,9 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> drivers/bcma/host_soc.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -diff --git a/drivers/bcma/host_soc.c b/drivers/bcma/host_soc.c -index 335cbcf..c7e12f2 100644 --- a/drivers/bcma/host_soc.c +++ b/drivers/bcma/host_soc.c -@@ -265,14 +265,22 @@ static struct platform_driver bcma_host_soc_driver = { +@@ -265,14 +265,22 @@ static struct platform_driver bcma_host_ .probe = bcma_host_soc_probe, .remove = bcma_host_soc_remove, }; @@ -42,6 +40,3 @@ index 335cbcf..c7e12f2 100644 + /* platform_driver_unregister(&bcma_host_soc_driver); */ } #endif /* CONFIG_OF */ --- -1.8.4.5 - |