diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 02:24:30 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 02:50:55 -0500 |
commit | b793eab1e318f6ef71e43239e767d04984c57da2 (patch) | |
tree | 22b8bcd67de91ef13d9377ae698dc8a571eb46a9 /arch/m68k/include/uapi | |
parent | 395d32496ef1d4f693485c6848d670721db9042d (diff) |
m68k: switch to using the asm-generic auxvec.h
We don't need a local auxvec.h, switch to using the asm-generic version.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/uapi')
-rw-r--r-- | arch/m68k/include/uapi/asm/Kbuild | 3 | ||||
-rw-r--r-- | arch/m68k/include/uapi/asm/auxvec.h | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/arch/m68k/include/uapi/asm/Kbuild b/arch/m68k/include/uapi/asm/Kbuild index 972bce120e1e..8883a45f77c6 100644 --- a/arch/m68k/include/uapi/asm/Kbuild +++ b/arch/m68k/include/uapi/asm/Kbuild | |||
@@ -1,8 +1,9 @@ | |||
1 | # UAPI Header export list | 1 | # UAPI Header export list |
2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
3 | 3 | ||
4 | generic-y += auxvec.h | ||
5 | |||
4 | header-y += a.out.h | 6 | header-y += a.out.h |
5 | header-y += auxvec.h | ||
6 | header-y += byteorder.h | 7 | header-y += byteorder.h |
7 | header-y += cachectl.h | 8 | header-y += cachectl.h |
8 | header-y += fcntl.h | 9 | header-y += fcntl.h |
diff --git a/arch/m68k/include/uapi/asm/auxvec.h b/arch/m68k/include/uapi/asm/auxvec.h deleted file mode 100644 index 844d6d52204b..000000000000 --- a/arch/m68k/include/uapi/asm/auxvec.h +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | #ifndef __ASMm68k_AUXVEC_H | ||
2 | #define __ASMm68k_AUXVEC_H | ||
3 | |||
4 | #endif | ||