commit | 50c330973c0c9f1e300b07bbab78d306dcc6e612 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Fri Feb 16 16:57:56 2018 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Feb 16 17:03:20 2018 +0000 |
tree | 8bef173025969a8481626209c7394182ee09774a | |
parent | 0b24a0bbe2147815d982d9335c41bb10c04f40bc [diff] |
irqchip/gic-v3-its: Fix misplaced __iomem annotations Save 26 lines worth of Sparse complaints by fixing up this minor mishap. The pointee lies in the __iomem space; the pointer does not. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>