aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/uapi/asm/auxvec.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-09-05CRIS: UAPI: use generic auxvec.hRabin Vincent1-4/+0
CRIS's auxvec.h is empty just like the asm-generic version. Effective diff: -#ifndef __ASMCRIS_AUXVEC_H -#define __ASMCRIS_AUXVEC_H +#ifndef __ASM_GENERIC_AUXVEC_H +#define __ASM_GENERIC_AUXVEC_H + Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2012-10-09UAPI: (Scripted) Disintegrate arch/cris/include/asmDavid Howells1-0/+4
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>