]> Pileus Git - ~andy/linux/commit
drm/radeon: Remove a bunch of useless _iomem casts
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 13 Jul 2011 06:28:12 +0000 (06:28 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 25 Jul 2011 11:13:16 +0000 (12:13 +0100)
commita0533fbf8778991f9a978656cff0d301322d37e2
treee0bfe4922e7418f174231b45bd4f3951ab240da3
parent62cb70118c4efabb3c0a6f962168ddcad4344eef
drm/radeon: Remove a bunch of useless _iomem casts

Just defining rdev->rmmio properly in the first place should do
the trick. In some cases, the cast were also complete dups as
the original variable was already of the right type.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/rs600.c