diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 13:00:30 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 13:00:30 +0000 |
commit | ac9121f91dc94bbe7949f46abb541960c4d84054 (patch) | |
tree | ac0be020f78b37438ccf90354c975ded8fc5252d /toolchain/kernel-headers/patches/3.7.3/etrax-header.patch | |
parent | 36b450378109bb0bea3f57a063520ce13b58cec3 (diff) | |
parent | 165217e7f55097fadd0a6c15808420cd30a450a8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/kernel-headers/patches/3.7.3/etrax-header.patch')
-rw-r--r-- | toolchain/kernel-headers/patches/3.7.3/etrax-header.patch | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/toolchain/kernel-headers/patches/3.7.3/etrax-header.patch b/toolchain/kernel-headers/patches/3.7.3/etrax-header.patch deleted file mode 100644 index c0f85b272..000000000 --- a/toolchain/kernel-headers/patches/3.7.3/etrax-header.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -Nur linux-3.7.3.orig/arch/cris/include/arch-v10/arch/Kbuild linux-3.7.3/arch/cris/include/arch-v10/arch/Kbuild ---- linux-3.7.3.orig/arch/cris/include/arch-v10/arch/Kbuild 2013-01-17 17:47:40.000000000 +0100 -+++ linux-3.7.3/arch/cris/include/arch-v10/arch/Kbuild 2013-01-19 14:45:31.000000000 +0100 -@@ -1,4 +1,10 @@ -+header-y += dma.h -+header-y += io_interface_mux.h - header-y += user.h - header-y += svinto.h - header-y += sv_addr_ag.h - header-y += sv_addr.agh -+header-y += elf.h -+header-y += page.h -+header-y += ptrace.h -+header-y += system.h -diff -Nur linux-3.7.3.orig/arch/cris/include/arch-v32/arch/Kbuild linux-3.7.3/arch/cris/include/arch-v32/arch/Kbuild ---- linux-3.7.3.orig/arch/cris/include/arch-v32/arch/Kbuild 2013-01-17 17:47:40.000000000 +0100 -+++ linux-3.7.3/arch/cris/include/arch-v32/arch/Kbuild 2013-01-19 14:45:31.000000000 +0100 -@@ -1,2 +1,7 @@ - header-y += user.h - header-y += cryptocop.h -+header-y += elf.h -+header-y += page.h -+header-y += ptrace.h -+header-y += system.h -+ -diff -Nur linux-3.7.3.orig/arch/cris/include/asm/Kbuild linux-3.7.3/arch/cris/include/asm/Kbuild ---- linux-3.7.3.orig/arch/cris/include/asm/Kbuild 2013-01-17 17:47:40.000000000 +0100 -+++ linux-3.7.3/arch/cris/include/asm/Kbuild 2013-01-19 14:45:31.000000000 +0100 -@@ -1,12 +1,15 @@ - include include/asm-generic/Kbuild.asm - --header-y += arch-v10/ --header-y += arch-v32/ -+header-y += ../arch-v10/arch/ -+header-y += ../arch-v32/arch/ - -+header-y += elf.h - header-y += ethernet.h - header-y += etraxgpio.h - header-y += rs485.h - header-y += sync_serial.h -+header-y += page.h -+header-y += user.h - - generic-y += clkdev.h - generic-y += exec.h -diff -Nur linux-3.7.3.orig/arch/cris/include/asm/posix_types.h linux-3.7.3/arch/cris/include/asm/posix_types.h ---- linux-3.7.3.orig/arch/cris/include/asm/posix_types.h 2013-01-17 17:47:40.000000000 +0100 -+++ linux-3.7.3/arch/cris/include/asm/posix_types.h 2013-01-19 14:45:31.000000000 +0100 -@@ -6,6 +6,7 @@ - #ifndef __ARCH_CRIS_POSIX_TYPES_H - #define __ARCH_CRIS_POSIX_TYPES_H - -+ - /* - * This file is generally used by user-level software, so you need to - * be a little careful about namespace pollution etc. Also, we cannot -@@ -32,4 +33,6 @@ - - #include <asm-generic/posix_types.h> - -+#include <asm-generic/posix_types.h> -+ - #endif /* __ARCH_CRIS_POSIX_TYPES_H */ |