commit | e14cd9536bd11b174a849da91c7a26bbc980330d | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Mon Nov 11 23:49:26 2013 -0800 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Tue Nov 12 23:47:32 2013 -0800 |
tree | 63110073766ec571e2d17dbdf5d8e88c5f063615 | |
parent | ea029c28deadc33d2af4baf26810dd5fc44d4926 [diff] |
drm/vmwgfx: Fix a couple of compile / sparse warnings and errors 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>