diff options
| -rw-r--r-- | drivers/sfi/sfi_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sfi/sfi_core.c b/drivers/sfi/sfi_core.c index ceba593dc84f..04113e5304a0 100644 --- a/drivers/sfi/sfi_core.c +++ b/drivers/sfi/sfi_core.c | |||
| @@ -101,7 +101,7 @@ static void __iomem * __ref sfi_map_memory(u64 phys, u32 size) | |||
| 101 | return NULL; | 101 | return NULL; |
| 102 | 102 | ||
| 103 | if (sfi_use_ioremap) | 103 | if (sfi_use_ioremap) |
| 104 | return ioremap(phys, size); | 104 | return ioremap_cache(phys, size); |
| 105 | else | 105 | else |
| 106 | return early_ioremap(phys, size); | 106 | return early_ioremap(phys, size); |
| 107 | } | 107 | } |
