mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
bc9d1f0cec
Addresses the following warning when building j2_defconfig:
arch/sh/kernel/cpu/sh2/probe.c: In function 'scan_cache':
arch/sh/kernel/cpu/sh2/probe.c:24:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
24 | j2_ccr_base = (u32 __iomem *)of_flat_dt_translate_address(node);
|
Fixes:
|
||
---|---|---|
.. | ||
clock-sh7619.c | ||
entry.S | ||
ex.S | ||
Makefile | ||
probe.c | ||
setup-sh7619.c | ||
smp-j2.c |