diff options
author | Andrew Goodbody <andrew.goodbody@linaro.org> | 2024-12-16 18:07:33 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-31 10:58:30 -0600 |
commit | 99afa58e6dd23454e83354a6468f8ad6f52f3670 (patch) | |
tree | 34a029a905f107ae583557d213de87b335f9f24d /common/bloblist.c | |
parent | afbc1fa5f18a2eebf1cf06f62574016edc093f50 (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>
Diffstat (limited to 'common/bloblist.c')
0 files changed, 0 insertions, 0 deletions