commit | a0eba4f7ebcdf81da0a4480d8fc514af4f76579e | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Sun Feb 05 15:32:26 2017 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Sat Feb 25 05:08:47 2017 +0900 |
tree | cae115311eff90260cee585835c7bdd4854bf5ea | |
parent | e34f671d1cf8a032a8cd248a12eef217f1789c4c [diff] |
openrisc: Export ioremap symbols used by modules Noticed this when building with allyesconfig. Got build failures due to iounmap and __ioremap symbols missing. This patch exports them so modules can use them. This is inline with other architectures. Signed-off-by: Stafford Horne <shorne@gmail.com>