diff options
author | Greentime Hu <greentime@andestech.com> | 2017-12-22 22:18:40 +0800 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2018-02-22 10:44:30 +0800 |
commit | b934e8eb483354bbadf1eee0a54e9487f50d6c5b (patch) | |
tree | 0aa564fe5add49eff22fc19feb898015534c142d /drivers/hwmon/wm8350-hwmon.c | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | linux-stable-b934e8eb483354bbadf1eee0a54e9487f50d6c5b.tar.gz linux-stable-b934e8eb483354bbadf1eee0a54e9487f50d6c5b.tar.bz2 linux-stable-b934e8eb483354bbadf1eee0a54e9487f50d6c5b.zip |
openrisc: add ioremap_nocache declaration before include asm-generic/io.h and sync ioremap prototype with it.
A future commit for the nds32 architecture bootstrap("asm-generic/io.h: move
ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU")
will move the ioremap_nocache out of the CONFIG_MMU ifdef. This means that
in order to suppress re-definition errors we need to setup #define's before
importing asm-generic/io.h.
Also, the change adds a prototype for ioremap where size is size_t so fix that
as well.
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'drivers/hwmon/wm8350-hwmon.c')
0 files changed, 0 insertions, 0 deletions