commit | a0533fbf8778991f9a978656cff0d301322d37e2 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jul 13 06:28:12 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Mon Jul 25 12:13:16 2011 +0100 |
tree | e0bfe4922e7418f174231b45bd4f3951ab240da3 | |
parent | 62cb70118c4efabb3c0a6f962168ddcad4344eef [diff] |
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>