diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-08-22 19:22:01 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-08-22 19:22:01 +0000 |
commit | f313fa0bd7b619735531b2c4b8d439ff523fc20c (patch) | |
tree | ee45f908454dc4f4106c9bc773bbfc1b00a0b18d /target/linux/generic/patches-2.6.34/977-ssb_export_fallback_sprom.patch | |
parent | 8b778d5ba3e00c78f5d86024303f88b1dcd03002 (diff) | |
download | mtk-20170518-f313fa0bd7b619735531b2c4b8d439ff523fc20c.zip mtk-20170518-f313fa0bd7b619735531b2c4b8d439ff523fc20c.tar.gz mtk-20170518-f313fa0bd7b619735531b2c4b8d439ff523fc20c.tar.bz2 |
kernel: fix some mistakes in ssb patch refresh in r22766, r22767 and r22768.
SVN-Revision: 22774
Diffstat (limited to 'target/linux/generic/patches-2.6.34/977-ssb_export_fallback_sprom.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.34/977-ssb_export_fallback_sprom.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.34/977-ssb_export_fallback_sprom.patch b/target/linux/generic/patches-2.6.34/977-ssb_export_fallback_sprom.patch index 3fab483..2a22a3a 100644 --- a/target/linux/generic/patches-2.6.34/977-ssb_export_fallback_sprom.patch +++ b/target/linux/generic/patches-2.6.34/977-ssb_export_fallback_sprom.patch @@ -10,7 +10,7 @@ bool ssb_is_sprom_available(struct ssb_bus *bus) --- a/include/linux/ssb/ssb.h +++ b/include/linux/ssb/ssb.h -@@ -404,6 +404,7 @@ extern bool ssb_is_sprom_available(struc +@@ -401,6 +401,7 @@ extern bool ssb_is_sprom_available(struc /* Set a fallback SPROM. * See kdoc at the function definition for complete documentation. */ extern int ssb_arch_set_fallback_sprom(const struct ssb_sprom *sprom); |