Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20ae2473 authored by Rabin Vincent's avatar Rabin Vincent Committed by Jesper Nilsson
Browse files

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: default avatarRabin Vincent <rabin@rab.in>
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 258a9ff6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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

arch/cris/include/asm/types.h

deleted100644 → 0
+0 −12
Original line number Original line Diff line number Diff line
#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
+0 −1
Original line number Original line Diff line number Diff line
#include <asm-generic/int-ll64.h>