Skip to content
Commit 5205a4aa authored by Colin Ian King's avatar Colin Ian King Committed by Jens Axboe
Browse files

block: partitions: only define function mac_fix_string for CONFIG_PPC_PMAC



The helper function mac_fix_string is only required with CONFIG_PPC_PMAC,
add #if CONFIG_PPC_PMAC and #endif around the function.

Cleans up clang scan build warning:
block/partitions/mac.c:23:20: warning: unused function 'mac_fix_string' [-Wunused-function]

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240308133921.2058227-1-colin.i.king@gmail.com
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent d8d6608b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment