Skip to content
Commit 3cd7541f authored by Marek Behún's avatar Marek Behún Committed by Tom Rini
Browse files

ARM: kona: fix clk_bsc_enable() type mismatch for LTO



When building with LTO, the compiler complains about type mismatch of
function clk_bsc_enable() in file:
  arch/arm/cpu/armv7/kona-common/clk-stubs.c
vs other files that define or use this function:
  warning: type of ‘clk_bsc_enable’ does not match original declaration.

Change the type of this function to that of the other usages.

Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 9493e96e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment