drm/i915: kill superflous IS_I855 macro
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Sep 2009 20:57:33 +0000 (22:57 +0200)
committerEric Anholt <eric@anholt.net>
Thu, 5 Nov 2009 22:47:07 +0000 (14:47 -0800)
commitf0f8a9cecea322b215600d96cf0c1eb08343a4e9
tree04700c524476b67ecef7135119f4d15b6898cea1
parent48764bf43f746113fc77877d7e80f2df23ca4cbb
drm/i915: kill superflous IS_I855 macro

It is identical to I85X. Use that one instead.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
[anholt: fix conflicts against the display function pointer stuff]
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c