diff options
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 - |