commit | 953970221980c677e0755d515b9e6fb2fbf2543e | [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 | 93e1552cb1cd80a348d1eb56a294585ed43a4c9d [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>