Skip to content

Commit 20ae247

Browse files
vitkyrkaJesper Nilsson
authored andcommitted
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 <[email protected]> Signed-off-by: Jesper Nilsson <[email protected]>
1 parent 258a9ff commit 20ae247

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

arch/cris/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ generic-y += sockios.h
4141
generic-y += statfs.h
4242
generic-y += topology.h
4343
generic-y += trace_clock.h
44+
generic-y += types.h
4445
generic-y += vga.h
4546
generic-y += xor.h

arch/cris/include/asm/types.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

arch/cris/include/uapi/asm/types.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)