From e575c1b6f304f079a69ead855623fac6bb360c21 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 4 Feb 2010 10:10:45 +0000 Subject: [octeon] move generic config and patches directory to be 2.6.30 specific git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19513 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../octeon/patches/007-export_cvmx_sysinfo.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 target/linux/octeon/patches/007-export_cvmx_sysinfo.patch (limited to 'target/linux/octeon/patches/007-export_cvmx_sysinfo.patch') diff --git a/target/linux/octeon/patches/007-export_cvmx_sysinfo.patch b/target/linux/octeon/patches/007-export_cvmx_sysinfo.patch deleted file mode 100644 index 318916d15..000000000 --- a/target/linux/octeon/patches/007-export_cvmx_sysinfo.patch +++ /dev/null @@ -1,23 +0,0 @@ -Signed-off-by: David Daney ---- - arch/mips/cavium-octeon/executive/cvmx-sysinfo.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - ---- a/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c -+++ b/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c -@@ -29,6 +29,7 @@ - * This module provides system/board/application information obtained - * by the bootloader. - */ -+#include - - #include - #include -@@ -69,6 +70,7 @@ struct cvmx_sysinfo *cvmx_sysinfo_get(vo - { - return &(state.sysinfo); - } -+EXPORT_SYMBOL(cvmx_sysinfo_get); - - /** - * This function is used in non-simple executive environments (such as -- cgit v1.2.3