1 Signed-off-by: David Daney <ddaney@caviumnetworks.com>
3 .../cavium-octeon/executive/cvmx-helper-errata.c | 3 +++
4 1 files changed, 3 insertions(+), 0 deletions(-)
6 --- a/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
7 +++ b/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
9 * these functions directly.
12 +#include <linux/module.h>
14 #include <asm/octeon/octeon.h>
16 #include <asm/octeon/cvmx-helper-util.h>
17 @@ -377,3 +379,4 @@ void __cvmx_helper_errata_qlm_disable_2n
19 cvmx_helper_qlm_jtag_update(qlm);
21 +EXPORT_SYMBOL(__cvmx_helper_errata_qlm_disable_2nd_order_cdr);