]> git.dujemihanovic.xyz Git - u-boot.git/commit
m68k: asm/ptrace.h: include linux/types.h
authorRasmus Villemoes <ravi@prevas.dk>
Thu, 3 Oct 2024 21:27:53 +0000 (23:27 +0200)
committerStefan Roese <sr@denx.de>
Wed, 23 Oct 2024 04:52:38 +0000 (06:52 +0200)
commitb279aa505de7e22762e00c7f360da7b84fa8ab59
tree04504c4f6cb1f61de503aeff93a853d3098a7fe0
parent9e628922283834edaec342f335eb9726ab53570e
m68k: asm/ptrace.h: include linux/types.h

Modifying a generic header like watchdog.h, removing not directly used
asm/ptrace.h header relies on whoever includes it to already have
included something that defines the type ulong.

Make the asm/ptrace.h header self-contained by including the proper
header.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/m68k/include/asm/ptrace.h