fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info()
authorMarek Vasut <marex@denx.de>
Wed, 30 Apr 2025 16:45:52 +0000 (18:45 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 5 May 2025 20:19:20 +0000 (14:19 -0600)
commit4d3b5c679bc9d5c6cbbeedcc1e4a186f1cc35541
tree9cc4a3ecfe160a165ff829e2683c3d9f233cca8e
parent4ba2fe14f2cecf7b614220e8e19c1fcdda92b748
fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info()

Make sure unused exfat_humanize_bytes() and exfat_print_info()
functions are not compiled into U-Boot code base. This also removes
CID 550300:  Integer handling issues  (INTEGER_OVERFLOW)
in exfat_humanize_bytes() , which is now surely unreachable.

Signed-off-by: Marek Vasut <marex@denx.de>
fs/exfat/exfat.h
fs/exfat/utils.c