summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2012-12-18 22:31:27 +0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-20 19:32:04 +0400
commit1c45140d3da0c98fa7eda2cd10f9805232a5e9ac (patch)
tree4310248376ec589798efbb9eff273a854517edaa /drivers/input
parent06e5598fce5ce89fe8bf081398296e5b08d993dd (diff)
downloadlinux-1c45140d3da0c98fa7eda2cd10f9805232a5e9ac.tar.xz
drm/i915: Make GSM void
The iomapping of the register region has historically been a uint32_t for the obvious reason that our PTE size was always 4b. In the future however, we cannot make this assumption. By making the type void, it makes the upcoming pointer math we will do much easier, and hopefully gives the compiler opportunities to warn us when we do stupid things. v2: Cast to __iomem, caught by Ville Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: Fixup __iomem issue for real.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions