1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-27 00:14:34 +01:00
Files
u-boot-megous/include/linux/io.h
Philippe Reynes d28c5920cd include: linux: io: define devm_ioremap on board with ioremap
The macro devm_ioremap is only defined for configuration
that doesn't have ioremap. But this macro may also be
defined on configuration with ioremap.
This patch remove the condition for the macro devm_ioremap,
so it's always defined.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
2019-04-22 11:55:58 -04:00

1.4 KiB