drm/vmwgfx: Fix a couple of compile / sparse warnings and errors
authorThomas Hellstrom <thellstrom@vmware.com>
Tue, 12 Nov 2013 07:49:26 +0000 (23:49 -0800)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 13 Nov 2013 07:47:32 +0000 (23:47 -0800)
Fixes
 *) an implicit function declaration on mips,
 *) a defined but not used label on !CONFIG_INTEL_IOMMU
 *) Hopefully a couple of sparse warnings where we implicitly typecast
    integer to __le32 and vice versa.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>

No differences found