Skip to content

Commit e5c23be

Browse files
geertuglaubitz
authored andcommitted
sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>
As arch/sh/include/uapi/asm/types.h doesn't exist, sh doesn't provide any sh-specific uapi definitions, and it can just include <asm-generic/int-ll64.h>, like most other architectures. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/26932016c83c2ad350db59f5daf96117a38bbbd8.1679566927.git.geert@linux-m68k.org Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
1 parent 8bc6666 commit e5c23be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/sh/include/asm/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#ifndef __ASM_SH_TYPES_H
33
#define __ASM_SH_TYPES_H
44

5-
#include <uapi/asm/types.h>
5+
#include <asm-generic/int-ll64.h>
66

77
/*
88
* These aren't exported outside the kernel to avoid name space clashes

0 commit comments

Comments
 (0)