include: linux: io: define devm_ioremap on board with ioremap
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:34 +0000 (15:14 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 15:55:58 +0000 (11:55 -0400)
commitd28c5920cd40489bc1d75603c66658f3cf80579b
tree1e4dd9b96e2b2a96873a897ba60b5e16ea0f0556
parent6478848d165b63293f7021db9b70ce25a1e1062c
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>
include/linux/io.h