aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/gasket/gasket_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gasket/gasket_core.h b/drivers/staging/gasket/gasket_core.h
index 0203460f4895..be44ac1e3118 100644
--- a/drivers/staging/gasket/gasket_core.h
+++ b/drivers/staging/gasket/gasket_core.h
@@ -223,7 +223,7 @@ struct gasket_coherent_buffer_desc {
223/* Coherent buffer structure. */ 223/* Coherent buffer structure. */
224struct gasket_coherent_buffer { 224struct gasket_coherent_buffer {
225 /* Virtual base address. */ 225 /* Virtual base address. */
226 u8 __iomem *virt_base; 226 u8 *virt_base;
227 227
228 /* Physical base address. */ 228 /* Physical base address. */
229 ulong phys_base; 229 ulong phys_base;