diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2021-05-09 12:11:03 +0300 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2021-05-10 06:22:43 +0900 |
commit | 371dcaee1ade4b1eefd541ae6ee048b5ce15b37c (patch) | |
tree | 3e2960db8e4be651240052d0dc10361b8d48fb8f /drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | |
parent | 4eff124347191d1548eb4e14e20e77513dcbd0fe (diff) | |
download | linux-371dcaee1ade4b1eefd541ae6ee048b5ce15b37c.tar.gz linux-371dcaee1ade4b1eefd541ae6ee048b5ce15b37c.tar.bz2 linux-371dcaee1ade4b1eefd541ae6ee048b5ce15b37c.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c')
0 files changed, 0 insertions, 0 deletions