]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parisc: Define ioremap_uc and ioremap_wc
authorGuenter Roeck <linux@roeck-us.net>
Sat, 1 Aug 2015 02:34:46 +0000 (19:34 -0700)
committerHelge Deller <deller@gmx.de>
Tue, 8 Sep 2015 13:30:37 +0000 (15:30 +0200)
commit38d9029a652cb2925a97a8484f6e8f2c85fd55bb
tree9e9a47e95eaa580c58fc3131667fdca588cac06b
parent4e4adb2f462889b9eac736dd06d60658beb091b6
parisc: Define ioremap_uc and ioremap_wc

Commit 3cc2dac5be3f ("drivers/video/fbdev/atyfb: Replace MTRR UC hole
with strong UC") introduces calls to ioremap_wc and ioremap_uc. This
causes build failures with parisc:allmodconfig. Map the missing
functions to ioremap_nocache.

Fixes: 3cc2dac5be3f ("drivers/video/fbdev/atyfb:
Replace MTRR UC hole with strong UC")
Cc: Luis R. Rodriguez <mcgrof@suse.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/io.h