commit | 20a1080dff2f1be8933baa0d910c41882c7279ee | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jul 01 10:06:32 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jul 03 17:06:56 2015 +0100 |
tree | 32735e84a9a8cdb8674f53fc199ae57d70fc786d | |
parent | 1e2c727f6c022778d4562147433ca4c0b101f0ad [diff] |
ARM: io: convert ioremap*() to functions Convert the ioremap*() preprocessor macros to real functions, moving them out of line. This allows us to kill off __arm_ioremap(), and __arm_iounmap() helpers, and remove __arm_ioremap_pfn_caller() from global view. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>