From: Ben Widawsky Date: Sun, 6 Oct 2013 00:57:11 +0000 (-0700) Subject: drm/i915: Remove gen specific checks in MMIO X-Git-Tag: v3.13-rc1~76^2~68^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab484f8fd62c97fc52dbb380d8b7cf3ff77b1e70;p=pandora-kernel.git drm/i915: Remove gen specific checks in MMIO Now that MMIO has been split up into gen specific functions it is obvious when HAS_FPGA_DBG_UNCLAIMED, HAS_FORCE_WAKE are needed. As such, we can remove this extraneous condition. As a result of this, as well as previously existing function pointers for forcewake, we no longer need the has_force_wake member in the device specific data structure. Signed-off-by: Ben Widawsky Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed