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>
This commit is contained in:
Rabin Vincent 2015-02-28 23:59:50 +01:00 коммит произвёл Jesper Nilsson
Родитель 258a9ff66c
Коммит 20ae247399
3 изменённых файлов: 1 добавлений и 13 удалений

Просмотреть файл

@ -41,5 +41,6 @@ generic-y += sockios.h
generic-y += statfs.h generic-y += statfs.h
generic-y += topology.h generic-y += topology.h
generic-y += trace_clock.h generic-y += trace_clock.h
generic-y += types.h
generic-y += vga.h generic-y += vga.h
generic-y += xor.h generic-y += xor.h

Просмотреть файл

@ -1,12 +0,0 @@
#ifndef _ETRAX_TYPES_H
#define _ETRAX_TYPES_H
#include <uapi/asm/types.h>
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
#define BITS_PER_LONG 32
#endif

Просмотреть файл

@ -1 +0,0 @@
#include <asm-generic/int-ll64.h>