The 'const' qualifier is unnecessary for the return values of the following: - list_next() - list_prev() - list_first() - list_last() Therefore, drop it. No caller needs to be changed. Change-Id: I0f5bc2b0ed3cd47d0d6355c8dffea17f6e085407 Signed-off-by: Yu-Ping Wu <yupingso@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91113 Reviewed-by: Jakub "Kuba" Czapiga <czapiga@google.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> |
||
|---|---|---|
| .. | ||
| bsd | ||
| include/commonlib | ||
| mipi | ||
| storage | ||
| device_tree.c | ||
| fsp_relocate.c | ||
| iobuf.c | ||
| list.c | ||
| Makefile.mk | ||
| mem_pool.c | ||
| rational.c | ||
| region.c | ||
| sort.c | ||