From: Greg Ungerer Date: Mon, 15 Oct 2012 04:48:45 +0000 (+1000) Subject: m68k: switch to using the asm-generic auxvec.h X-Git-Tag: next-20121025~89^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7f4208a2b5e4bfcc6322924cd4a287ea9017f49d;p=karo-tx-linux.git m68k: switch to using the asm-generic auxvec.h We don't need a local auxvec.h, switch the using the asm-generic version. Signed-off-by: Greg Ungerer --- diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index ecb540810ab3..7de78bb8ce17 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild @@ -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 index 844d6d52204b..000000000000 --- a/arch/m68k/include/asm/auxvec.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef __ASMm68k_AUXVEC_H -#define __ASMm68k_AUXVEC_H - -#endif