commit | 371dcaee1ade4b1eefd541ae6ee048b5ce15b37c | [log] [tgz] |
---|---|---|
author | Mike Rapoport <rppt@linux.ibm.com> | Sun May 09 12:11:03 2021 +0300 |
committer | Stafford Horne <shorne@gmail.com> | Mon May 10 06:22:43 2021 +0900 |
tree | 3e2960db8e4be651240052d0dc10361b8d48fb8f | |
parent | 4eff124347191d1548eb4e14e20e77513dcbd0fe [diff] |
openrisc: mm/init.c: remove unused variable 'end' in paging_init() A build with W=1 enabled produces the following warning: CC arch/openrisc/mm/init.o arch/openrisc/mm/init.c: In function 'paging_init': arch/openrisc/mm/init.c:131:16: warning: variable 'end' set but not used [-Wunused-but-set-variable] 131 | unsigned long end; | ^~~ Remove the unused variable 'end'. Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Stafford Horne <shorne@gmail.com>