From 4816693286d4ff9219b1cc72c2ab9c589448ebcb Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 30 Jul 2015 12:54:40 -0400 Subject: [PATCH] toshiba laptop: replace ioremap_cache with ioremap With ioremap_cache being replaced with memremap there is no longer a guarantee that a mapping will silently fall back to an uncached mapping. Explicitly use a vanilla ioremap() for this short lived mapping. Cc: Arnd Bergmann Cc: Jonathan Buzzard Signed-off-by: Dan Williams Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed