Browse Source

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>
Greg Ungerer 12 years ago
parent
commit
b793eab1e3
2 changed files with 2 additions and 5 deletions
  1. 2 1
      arch/m68k/include/uapi/asm/Kbuild
  2. 0 4
      arch/m68k/include/uapi/asm/auxvec.h

+ 2 - 1
arch/m68k/include/uapi/asm/Kbuild

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

+ 0 - 4
arch/m68k/include/uapi/asm/auxvec.h

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