Input: apbps2 - add __iomem to register struct
[platform/kernel/linux-starfive.git] / drivers / input / serio / apbps2.c
index f290d5d..594ac4e 100644 (file)
@@ -51,7 +51,7 @@ struct apbps2_regs {
 
 struct apbps2_priv {
        struct serio            *io;
-       struct apbps2_regs      *regs;
+       struct apbps2_regs      __iomem *regs;
 };
 
 static int apbps2_idx;