Browse Source

CRIS: UAPI: use generic auxvec.h

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>
Rabin Vincent 10 years ago
parent
commit
889d74a4d4
2 changed files with 1 additions and 4 deletions
  1. 1 0
      arch/cris/include/asm/Kbuild
  2. 0 4
      arch/cris/include/uapi/asm/auxvec.h

+ 1 - 0
arch/cris/include/asm/Kbuild

@@ -1,4 +1,5 @@
 generic-y += atomic.h
+generic-y += auxvec.h
 generic-y += barrier.h
 generic-y += bitsperlong.h
 generic-y += clkdev.h

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

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