aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/heci/heci_data_structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/heci/heci_data_structures.h')
-rw-r--r--drivers/staging/heci/heci_data_structures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/heci/heci_data_structures.h b/drivers/staging/heci/heci_data_structures.h
index 14433efa42b3..575e8f8e88a3 100644
--- a/drivers/staging/heci/heci_data_structures.h
+++ b/drivers/staging/heci/heci_data_structures.h
@@ -428,7 +428,7 @@ struct iamt_heci_device {
*/
unsigned int mem_base;
unsigned int mem_length;
- char *mem_addr;
+ void __iomem *mem_addr;
/*
* lock for the device
*/