diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:37 +0000 |
commit | 6b5fcf103d4dfa99f02b44d0bb8bc7082c1d782f (patch) | |
tree | f08b24169940a1a213fec6f0daaa1e2f595f6fc2 /target/linux/bcm53xx/patches-3.18/800-bcma-use-two-different-initcalls-if-built-in.patch | |
parent | 84720a93a178ed7975a19362f262645e31785f10 (diff) | |
download | upstream-6b5fcf103d4dfa99f02b44d0bb8bc7082c1d782f.tar.gz upstream-6b5fcf103d4dfa99f02b44d0bb8bc7082c1d782f.tar.bz2 upstream-6b5fcf103d4dfa99f02b44d0bb8bc7082c1d782f.zip |
bcm53xx: refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/800-bcma-use-two-different-initcalls-if-built-in.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/800-bcma-use-two-different-initcalls-if-built-in.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/800-bcma-use-two-different-initcalls-if-built-in.patch b/target/linux/bcm53xx/patches-3.18/800-bcma-use-two-different-initcalls-if-built-in.patch index 6ae555b4dc..9f2cd396ae 100644 --- a/target/linux/bcm53xx/patches-3.18/800-bcma-use-two-different-initcalls-if-built-in.patch +++ b/target/linux/bcm53xx/patches-3.18/800-bcma-use-two-different-initcalls-if-built-in.patch @@ -25,11 +25,9 @@ Do you see any better idea of solving this? drivers/bcma/main.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) -diff --git a/drivers/bcma/main.c b/drivers/bcma/main.c -index 9635f10..c394207 100644 --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c -@@ -637,13 +637,25 @@ static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env) +@@ -637,13 +637,25 @@ static int bcma_device_uevent(struct dev core->id.rev, core->id.class); } @@ -65,6 +63,3 @@ index 9635f10..c394207 100644 static void __exit bcma_modexit(void) { --- -1.8.4.5 - |