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 коммит произвёл Geert Uytterhoeven
Родитель 395d32496e
Коммит b793eab1e3
2 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -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

Просмотреть файл

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