diff options
author | Tudor Ambarus <[email protected]> | 2024-02-07 12:04:16 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-02-08 16:33:27 +0000 |
commit | 42a9ac378d918176e17592cbe79d8b0606f951e4 (patch) | |
tree | 316c997afaac01e9f1d3b1e46a3017fed4961204 /tools/testing/selftests/bpf/progs/recvmsg_unix_prog.c | |
parent | a77ce80f63f06d7ae933c332ed77c79136fa69b0 (diff) |
spi: s3c64xx: explicitly include <linux/io.h>
The driver uses readl() but does not include <linux/io.h>.
It is good practice to directly include all headers used, it avoids
implicit dependencies and spurious breakage if someone rearranges
headers and causes the implicit include to vanish.
Include the missing header.
Reviewed-by: Peter Griffin <[email protected]>
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/recvmsg_unix_prog.c')
0 files changed, 0 insertions, 0 deletions