toshiba laptop: replace ioremap_cache with ioremap
authorDan Williams <dan.j.williams@intel.com>
Thu, 30 Jul 2015 16:54:40 +0000 (12:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Aug 2015 00:26:00 +0000 (17:26 -0700)
commit4816693286d4ff9219b1cc72c2ab9c589448ebcb
treea2306d47c61d7fea89bd9aad7c1bbd1ab25a4b8a
parent2664e0386e813158b599a73164f8f7ddb2b0eb6d
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 <arnd@arndb.de>
Cc: Jonathan Buzzard <jonathan@buzzard.org.uk>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/toshiba.c