diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2025-12-23 08:04:09 +0100 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-01-06 15:07:32 -0700 |
| commit | cc45d2ea5cfb820fd95cba1fcc3aed18e80a92d3 (patch) | |
| tree | be81e8ffbdc0b8038cac38c9d3550d88c8911667 | |
| parent | 6059b880a93c38a90d178b49fa80403c76d1a89f (diff) | |
hexagon: Drop invalid UAPI header asm/signal.h
This UAPI header contains declarations of internal kernel symbols.
Such declarations are invalid. Normally headers_check.pl would report
an error, but apparently its dependency on CC_CAN_LINK prevent its
execution on hexagon so far.
As the header does not expose any additional UAPI, just make it a
regular internal kernel header. asm-generic/signal.h will be used
for the UAPI automatically, the same as before.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://patch.msgid.link/20251223-uapi-nostdinc-v1-2-d91545d794f7@linutronix.de
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
| -rw-r--r-- | arch/hexagon/include/asm/signal.h (renamed from arch/hexagon/include/uapi/asm/signal.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/arch/hexagon/include/uapi/asm/signal.h b/arch/hexagon/include/asm/signal.h index a08fc425387d..a08fc425387d 100644 --- a/arch/hexagon/include/uapi/asm/signal.h +++ b/arch/hexagon/include/asm/signal.h |
