]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68k: switch to using the asm-generic auxvec.h
authorGreg Ungerer <gerg@uclinux.org>
Mon, 15 Oct 2012 04:48:45 +0000 (14:48 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 22 Oct 2012 01:27:16 +0000 (11:27 +1000)
We don't need a local auxvec.h, switch the using the asm-generic version.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/Kbuild
arch/m68k/include/asm/auxvec.h [deleted file]

index ecb540810ab3ace200ae66368d700d97b4abf0d2..7de78bb8ce17c01c21e5344143dce351ba5306b9 100644 (file)
@@ -1,6 +1,7 @@
 include include/asm-generic/Kbuild.asm
 header-y += cachectl.h
 
+generic-y += auxvec.h
 generic-y += bitsperlong.h
 generic-y += clkdev.h
 generic-y += cputime.h
diff --git a/arch/m68k/include/asm/auxvec.h b/arch/m68k/include/asm/auxvec.h
deleted file mode 100644 (file)
index 844d6d5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef __ASMm68k_AUXVEC_H
-#define __ASMm68k_AUXVEC_H
-
-#endif