diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2016-10-12 10:18:54 +0300 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2016-10-12 10:49:17 +0300 |
commit | 40006c4355e3469330317a77dfff300802265d20 (patch) | |
tree | a1b6854f725e900dcb72ce1c1cac17c2c183afb0 /drivers/gpu/drm/i915/i915_debugfs.c | |
parent | c0c8b9ed1b0c14d91ff73624df6d918bb47c8a5e (diff) | |
download | blackbird-op-linux-40006c4355e3469330317a77dfff300802265d20.tar.gz blackbird-op-linux-40006c4355e3469330317a77dfff300802265d20.zip |
drm/i915: Remove unused BSM_MASK causing warning
Remove never used BSM{,_MASK}. BSM_MASK #define also causes a warning.
include/drm/i915_drm.h:96:34: warning: result of ‘65535 << 20’
requires 37 bits to represent, but ‘int’ only has 32 bits
[-Wshiftoverflow=]
#define INTEL_BSM_MASK (0xFFFF << 20)
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1476256734-6457-1-git-send-email-joonas.lahtinen@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_debugfs.c')
0 files changed, 0 insertions, 0 deletions