From: Guenter Roeck Date: Sat, 1 Aug 2015 02:34:46 +0000 (-0700) Subject: parisc: Define ioremap_uc and ioremap_wc X-Git-Tag: omap-for-v4.3/fixes-rc1~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d9029a652cb2925a97a8484f6e8f2c85fd55bb;p=pandora-kernel.git 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 Cc: Paul Gortmaker Signed-off-by: Guenter Roeck Signed-off-by: Helge Deller --- Reading git-diff-tree failed