]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/hdmi: Remove redundant IS_VLV checks
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 21:54:55 +0000 (23:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 16 May 2014 09:58:56 +0000 (11:58 +0200)
commite55dd225c806201dd4b084a03a46a7928c603a89
tree921fb192cdfe959b5622d36f0abdf96403e83beb
parent8ac33ed3dc60126a1cb41c11bdd78d0371351d25
drm/i915/hdmi: Remove redundant IS_VLV checks

Those functions are only used on vlv platforms, so no need to check.
Especially if we're not too consistent about it.

Reviewed-by: Naresh Kumar Kachhi <naresh.kumar.kachhi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c