From: Chris Wilson Date: Tue, 24 Apr 2012 21:59:51 +0000 (+0100) Subject: drm/i915: Inline I915_INTERRUPT_ENABLE_FIX X-Git-Tag: v3.5-rc1~83^2~8^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbba0a9712be1c8e970fc66fc3becad0ce809e4f;p=pandora-kernel.git drm/i915: Inline I915_INTERRUPT_ENABLE_FIX Since there is only one remaining user of I915_INTERRUPT_ENABLE_FIX, expand it at the callsite. Quoting Jesse Barnes: "I'd really like to get rid of these defines at the top of i915_irq.c. Some are unused and the others just make you check for the right bits everytime your read the code." Signed-off-by: Chris Wilson Reviewed-by: Jesse Barnes [danvet: Add bikeshed suggested by Jesse.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed