commit | 684939089a31b8a5bedbbb4c2f2bcf935da7d9c6 | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Tue Oct 01 14:07:33 2024 +0200 |
committer | Eugen Hristev <eugen.hristev@linaro.org> | Fri Oct 18 10:10:41 2024 +0300 |
tree | b14831308cfbcecb904f941e00bc2c9320763ee4 | |
parent | 274bc1e6bd05ab3bcb9bac10130cea8af0e15a1f [diff] |
ARM: at91: clock: Add missing include of asm/io.h In one inline function in this header `readl()` is used, but the declaration was not found, so buildman gave this warning: w+include/asm/arch/clk.h: In function 'get_h32mxdiv': w+include/asm/arch/clk.h:65:16: warning: implicit declaration of function 'readl' [-Wimplicit-function-declaration] Fixes: 927b901b47a6 ("ARM: atmel: add sama5d4ek board support") Signed-off-by: Alexander Dahl <ada@thorsis.com>