diff options
author | Michael Büsch <mb@bu3sch.de> | 2008-02-19 11:58:20 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2008-02-19 11:58:20 +0000 |
commit | 27e288859cf7247dd3dfa3bea52ec48387a0daf5 (patch) | |
tree | 37cc0f9b04b8dde366b6a92750524d188a02496a /target/linux/brcm47xx/patches-2.6.23/620-ssb-modinit-fix.patch | |
parent | b926d7695baa0e000103371401d0f4878a08c8cd (diff) | |
download | upstream-27e288859cf7247dd3dfa3bea52ec48387a0daf5.tar.gz upstream-27e288859cf7247dd3dfa3bea52ec48387a0daf5.tar.bz2 upstream-27e288859cf7247dd3dfa3bea52ec48387a0daf5.zip |
SSB: Update the watchdog fix to the patch version that will go upstream.
SVN-Revision: 10494
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.23/620-ssb-modinit-fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.23/620-ssb-modinit-fix.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.23/620-ssb-modinit-fix.patch b/target/linux/brcm47xx/patches-2.6.23/620-ssb-modinit-fix.patch index 0fb00f1036..a36c046018 100644 --- a/target/linux/brcm47xx/patches-2.6.23/620-ssb-modinit-fix.patch +++ b/target/linux/brcm47xx/patches-2.6.23/620-ssb-modinit-fix.patch @@ -1,8 +1,8 @@ Index: linux-2.6.23.16/drivers/ssb/main.c =================================================================== ---- linux-2.6.23.16.orig/drivers/ssb/main.c 2008-02-19 02:24:48.000000000 +0100 -+++ linux-2.6.23.16/drivers/ssb/main.c 2008-02-19 02:27:59.000000000 +0100 -@@ -1164,7 +1164,9 @@ static int __init ssb_modinit(void) +--- linux-2.6.23.16.orig/drivers/ssb/main.c 2008-02-19 12:38:34.000000000 +0100 ++++ linux-2.6.23.16/drivers/ssb/main.c 2008-02-19 12:48:25.000000000 +0100 +@@ -1163,7 +1163,9 @@ static int __init ssb_modinit(void) /* ssb must be initialized after PCI but before the ssb drivers. * That means we must use some initcall between subsys_initcall * and device_initcall. */ |