]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: Define ioremap_wc
authorGuenter Roeck <linux@roeck-us.net>
Sat, 1 Aug 2015 02:32:39 +0000 (19:32 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 29 Aug 2017 19:01:57 +0000 (12:01 -0700)
commit8b383f6aa1d4d614f674f52656bca22d81f54865
treed6d98a3cc71d2de0e652d421a48c775caec9fa3f
parentd20c3c20daaf16db30c8abfb1a0e119f9447bdd6
alpha: Define ioremap_wc

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

Fixes: d4c6fe509044 ("drivers/video/fbdev/atyfb:
        Replace MTRR UC hole with strong UC")
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/include/asm/io.h