diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 16:45:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 16:45:32 +0000 |
commit | 884a4d47f061ee0578e11b3400a377dbd3713994 (patch) | |
tree | 2b6ad3383d560767e821d4e13ac8ff07a9227d3d /target/linux/octeon/patches-2.6.30/010-export_erratum_function.patch | |
parent | 26b3cdad1ce60a8f1fd919de9cdbb5251c113efa (diff) | |
download | upstream-884a4d47f061ee0578e11b3400a377dbd3713994.tar.gz upstream-884a4d47f061ee0578e11b3400a377dbd3713994.tar.bz2 upstream-884a4d47f061ee0578e11b3400a377dbd3713994.zip |
octeon: remove 2.6.30 support
SVN-Revision: 31419
Diffstat (limited to 'target/linux/octeon/patches-2.6.30/010-export_erratum_function.patch')
-rw-r--r-- | target/linux/octeon/patches-2.6.30/010-export_erratum_function.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/octeon/patches-2.6.30/010-export_erratum_function.patch b/target/linux/octeon/patches-2.6.30/010-export_erratum_function.patch deleted file mode 100644 index 83b09fbede..0000000000 --- a/target/linux/octeon/patches-2.6.30/010-export_erratum_function.patch +++ /dev/null @@ -1,21 +0,0 @@ -Signed-off-by: David Daney <ddaney@caviumnetworks.com> ---- - .../cavium-octeon/executive/cvmx-helper-errata.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - ---- a/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c -+++ b/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c -@@ -33,6 +33,8 @@ - * these functions directly. - * - */ -+#include <linux/module.h> -+ - #include <asm/octeon/octeon.h> - - #include <asm/octeon/cvmx-helper-util.h> -@@ -377,3 +379,4 @@ void __cvmx_helper_errata_qlm_disable_2n - } - cvmx_helper_qlm_jtag_update(qlm); - } -+EXPORT_SYMBOL(__cvmx_helper_errata_qlm_disable_2nd_order_cdr); |