commit | 98f5043ab89d01b75ae1c01eafff823dea137219 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Fri Mar 15 15:14:34 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 11:55:58 2019 -0400 |
tree | 1e4dd9b96e2b2a96873a897ba60b5e16ea0f0556 | |
parent | 1e81b3092792206f868167dfa27b407acfc7bfe2 [diff] |
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>