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 diff --git a/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c b/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
7 index 8fb8205..868659e 100644
8 --- a/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
9 +++ b/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
11 * these functions directly.
14 +#include <linux/module.h>
16 #include <asm/octeon/octeon.h>
18 #include <asm/octeon/cvmx-helper-jtag.h>
19 @@ -68,3 +70,4 @@ void __cvmx_helper_errata_qlm_disable_2nd_order_cdr(int qlm)
21 cvmx_helper_qlm_jtag_update(qlm);
23 +EXPORT_SYMBOL(__cvmx_helper_errata_qlm_disable_2nd_order_cdr);