FIXUP: CHROMIUM: Mali: Apply Bifrost r32p0 EAC release

0-day warnings:

>> drivers/gpu/arm/mali/ipa/mali_kbase_ipa.c:399:5: warning:
   no previous prototype for 'kbase_scale_static_power'
   [-Wmissing-prototypes]
>> drivers/gpu/arm/mali/mali_kbase_mem_linux.c:1025:25: warning:
   variable 'dma_buf' set but not used [-Wunused-but-set-variable]
>> drivers/gpu/arm/mali/backend/gpu/mali_kbase_jm_hw.c:988:14: warning:
   variable 'stopped' set but not used [-Wunused-but-set-variable]

Mark 'kbase_scale_static_power' as static, 'dma_buf' as __maybe_unused
and remove the redundant 'stopped' variable.

BUG=b:206746666,b:227610040
TEST=emerge-corsola chromeos-kernel-5_15

Signed-off-by: Aashish Sharma <shraash@google.com>
Change-Id: Idac16720fb7b2c97444a96fcaff96fcaeabf495e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/3830861
Reviewed-by: Guenter Roeck <groeck@chromium.org>
3 files changed