aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/lib64/panic.c
diff options
context:
space:
mode:
authorGravatar Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 2020-01-20 10:22:17 +0900
committerGravatar Rich Felker <dalias@libc.org> 2020-06-01 14:48:50 -0400
commit4580ba4ad2e6b8ddaada3db61d179d4dfac12047 (patch)
tree28166b61899aecc228130aff988dc3ca4e117679 /arch/sh/lib64/panic.c
parentsh: Add missing DECLARE_EXPORT() for __ashiftrt_r4_xx (diff)
downloadlinux-4580ba4ad2e6b8ddaada3db61d179d4dfac12047.tar.gz
linux-4580ba4ad2e6b8ddaada3db61d179d4dfac12047.tar.bz2
linux-4580ba4ad2e6b8ddaada3db61d179d4dfac12047.zip
sh: Convert iounmap() macros to inline functions
Macro iounmap() do nothing, but that results in unused variable warnings all over the place. This patch convert it to inline to avoid warning We will get this warning without this patch ${LINUX}/drivers/thermal/broadcom/ns-thermal.c:78:21: \ warning: unused variable 'ns_thermal' [-Wunused-variable] struct ns_thermal *ns_thermal = platform_get_drvdata(pdev); ^~~~~~~~~~ Fixes: 98c90e5ea34e9 ("sh: remove __iounmap") Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/lib64/panic.c')
0 files changed, 0 insertions, 0 deletions