commit | b8203ae3985e599b3e8978531dd97252d208027b | [log] [tgz] |
---|---|---|
author | Andrew Goodbody <andrew.goodbody@linaro.org> | Mon Dec 16 18:07:33 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 31 10:58:30 2024 -0600 |
tree | 34a029a905f107ae583557d213de87b335f9f24d | |
parent | 47f87ae9e0b9ff9b40b4f0395cdf2b6371362584 [diff] |
sandbox: Correct guard around readq/writeq In include/linux/io.h the declarations of ioread64 and iowrite64 which make use of readq/writeq are guarded with CONFIG_64BIT so guard the sandbox declarations of readq and writeq also with CONFIG_64BIT. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>