upgrade to 2.6.30-rc6, refresh patches
[openwrt.git] / target / linux / cavium-octeon / patches / 010-export_erratum_function.patch
1 Signed-off-by: David Daney <ddaney@caviumnetworks.com>
2 ---
3 .../cavium-octeon/executive/cvmx-helper-errata.c | 3 +++
4 1 files changed, 3 insertions(+), 0 deletions(-)
5
6 --- a/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
7 +++ b/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
8 @@ -33,6 +33,8 @@
9 * these functions directly.
10 *
11 */
12 +#include <linux/module.h>
13 +
14 #include <asm/octeon/octeon.h>
15
16 #include <asm/octeon/cvmx-helper-util.h>
17 @@ -377,3 +379,4 @@ void __cvmx_helper_errata_qlm_disable_2n
18 }
19 cvmx_helper_qlm_jtag_update(qlm);
20 }
21 +EXPORT_SYMBOL(__cvmx_helper_errata_qlm_disable_2nd_order_cdr);
This page took 0.045145 seconds and 5 git commands to generate.