mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
![]() 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:
|
||
---|---|---|
.. | ||
arm920t | ||
arm926ejs | ||
armv7 | ||
include/mach | ||
atmel_sfr.c | ||
bootparams_atmel.S | ||
clock.c | ||
config.mk | ||
Kconfig | ||
Makefile | ||
matrix.c | ||
mpddrc.c | ||
phy.c | ||
sdram.c | ||
spl.c | ||
spl_at91.c | ||
spl_atmel.c |