commit | 045838bc7f47f142df82a5a95a1ced73d80705e1 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Tue Aug 04 08:40:57 2020 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Thu Aug 06 06:01:47 2020 +0900 |
tree | 26eab2499a593d92c00c049f32d72d3a6f573398 | |
parent | c1d55d50139bea6bfe964458272a93dd899efb83 [diff] |
openrisc: io: Fixup defines and move include to the end This didn't seem to cause any issues, but while working on fixing up sparse annotations for OpenRISC I noticed this. This patch moves the include of asm-generic/io.h to the end of the file. Also, we add defines of ioremap and iounmap, that way we don't get duplicate definitions from asm-generic/io.h. Signed-off-by: Stafford Horne <shorne@gmail.com>