commit | b6842aab4816b2743e1bf8657c4b18d5645de0f6 | [log] [tgz] |
---|---|---|
author | Igor Prusov <ivprusov@salutedevices.com> | Tue Nov 14 14:02:47 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 16:19:06 2023 -0500 |
tree | 708944d431d37e81ba66a80a8f506f54b8362f23 | |
parent | a94fed464dc4d2de83d3eaa35e34d3a39b9b4de7 [diff] |
mips: io.h: Add const to reads functions params Currently reads{b,w,l}() functions don't have const qualifier for their address parameter. Since asm-generic/io.h in Linux has const for all read functions, add it here as well to keep signatures in sync. Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>