diff options
author | Randy Dunlap <[email protected]> | 2022-10-09 19:28:46 -0700 |
---|---|---|
committer | Vineet Gupta <[email protected]> | 2022-10-17 16:32:12 -0700 |
commit | c44f15c1c09481d50fd33478ebb5b8284f8f5edb (patch) | |
tree | 05f83c00fe5bfd112820c0eceea92e59c32802b9 /tools/perf/scripts/python | |
parent | c8f878582838f57bc0984f47da2a8d275731240f (diff) |
arc: iounmap() arg is volatile
Add 'volatile' to iounmap()'s argument to prevent build warnings.
This make it the same as other major architectures.
Placates these warnings: (12 such warnings)
../drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_probe':
../drivers/video/fbdev/riva/fbdev.c:2067:42: error: passing argument 1 of 'iounmap' discards 'volatile' qualifier from pointer target type [-Werror=discarded-qualifiers]
2067 | iounmap(default_par->riva.PRAMIN);
Fixes: 1162b0701b14b ("ARC: I/O and DMA Mappings")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: [email protected]
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Vineet Gupta <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions