spl: spl_sata: Add __maybe_unused decorator
authorTom Rini <trini@konsulko.com>
Wed, 1 Oct 2025 20:30:55 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 16:27:13 +0000 (10:27 -0600)
commita574f8a3e504bed1baaef00c6ba1ac395e43be43
tree0099047b52b613c3eb4d8bae70b9082791aacbd0
parent3da6f00af38c7db9c28ca455ad72f552fdaf7713
spl: spl_sata: Add __maybe_unused decorator

It is possible that we will not have enabled the options to call
spl_sata_load_image_raw so use the __maybe_unused decorator to silence
the compiler warning.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/spl_sata.c