Skip to content

Commit

Permalink
m68k: switch to using the asm-generic auxvec.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Geert Uytterhoeven committed Nov 14, 2012
1 parent 395d324 commit b793eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion arch/m68k/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions arch/m68k/include/uapi/asm/auxvec.h

This file was deleted.

0 comments on commit b793eab

Please sign in to comment.