drm/imagination: move update_logtype() into ifdef section
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Dec 2023 07:32:10 +0000 (08:32 +0100)
committerMaxime Ripard <mripard@kernel.org>
Wed, 6 Dec 2023 13:07:50 +0000 (14:07 +0100)
commit4b83b783ad778f7e69312fa61d1bee8e76e2156f
tree3953984c15ec479d9e7ce005c4da168b754e095e
parente9d5ae8a9e7e32d0b1bc582996de4f7180cb2ff2
drm/imagination: move update_logtype() into ifdef section

This function is only used when debugfs is enabled, and otherwise
causes a build warning:

drivers/gpu/drm/imagination/pvr_fw_trace.c:135:1: error: 'update_logtype' defined but not used [-Werror=unused-function]

Move the #ifdef check to include this function as well.

Fixes: cb56cd610866 ("drm/imagination: Add firmware trace to debugfs")
Acked-by: Frank Binns <frank.binns@imgtec.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20231204073231.1164163-1-arnd@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/imagination/pvr_fw_trace.c