]> git.dujemihanovic.xyz Git - u-boot.git/commit
mips: io.h: Add const to reads functions params
authorIgor Prusov <ivprusov@salutedevices.com>
Tue, 14 Nov 2023 11:02:47 +0000 (14:02 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 21:19:06 +0000 (16:19 -0500)
commit953970221980c677e0755d515b9e6fb2fbf2543e
tree708944d431d37e81ba66a80a8f506f54b8362f23
parent93e1552cb1cd80a348d1eb56a294585ed43a4c9d
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>
arch/mips/include/asm/io.h