CRIS: UAPI: use generic types.h
authorRabin Vincent <rabin@rab.in>
Sat, 28 Feb 2015 22:59:50 +0000 (23:59 +0100)
committerJesper Nilsson <jespern@axis.com>
Fri, 4 Sep 2015 22:56:48 +0000 (00:56 +0200)
commit20ae24739968ae7f94d0e73215d444042f91df78
tree11307718433f0af8e3f9826f9fd232fd0ad261f3
parent258a9ff66c30c830f6e2f06856878be4d4cc81af
CRIS: UAPI: use generic types.h

CRIS' types.h is functionally identical to the asm-generic version.

Effective diff:

 +#ifndef _ASM_GENERIC_TYPES_H
 +#define _ASM_GENERIC_TYPES_H
 +
  #include <asm-generic/int-ll64.h>
 +
 +#endif

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/include/asm/Kbuild
arch/cris/include/asm/types.h [deleted file]
arch/cris/include/uapi/asm/types.h [deleted file]