From: Daniel Vetter Date: Wed, 11 Dec 2013 10:34:35 +0000 (+0100) Subject: drm: rip out drm_core_has_AGP X-Git-Tag: v3.14-rc1~47^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9906753bb997d651beaba0e4026a873bd0e8340;p=pandora-kernel.git drm: rip out drm_core_has_AGP Most place actually want to just check for dev->agp (most do, but a few don't so this fixes a few potential NULL derefs). The only exception is the agp init code which should check for the AGP driver feature flag. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed