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>
This commit is contained in:
Greg Ungerer 2012-10-30 16:24:30 +10:00 committed by Geert Uytterhoeven
parent 395d32496e
commit b793eab1e3
2 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm
generic-y += auxvec.h
header-y += a.out.h
header-y += auxvec.h
header-y += byteorder.h
header-y += cachectl.h
header-y += fcntl.h

View File

@ -1,4 +0,0 @@
#ifndef __ASMm68k_AUXVEC_H
#define __ASMm68k_AUXVEC_H
#endif