drm/tegra: Force cast to __iomem to make sparse happy
authorThierry Reding <treding@nvidia.com>
Fri, 8 Nov 2013 12:18:14 +0000 (13:18 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 3 Dec 2013 09:05:04 +0000 (10:05 +0100)
commit9ab34151a9aab94685a8ce4b030800151f2bca66
tree7c3b6c789e4ef9249a58d74eb21f51f4c87cc0ef
parent9b57f5f2c53e1fb2394587fe61af38a2a52e3508
drm/tegra: Force cast to __iomem to make sparse happy

The fbdev screen memory pointer is annotated __iomem, so cast the kernel
virtual address to that address space to make the warning go away.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/fb.c