drm/i915: Silence sparse complaints over insufficient bitfield int types.
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 6 Jun 2010 14:40:18 +0000 (15:40 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:03:45 +0000 (19:03 -0700)
drivers/gpu/drm/i915/i915_drv.h|676 col 19| warning: dubious bitfield without explicit `signed' or `unsigned'
drivers/gpu/drm/i915/i915_drv.h|712 col 19| warning: dubious bitfield without explicit `signed' or `unsigned'

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found