From: Daniel Vetter Date: Wed, 11 Dec 2013 10:34:33 +0000 (+0100) Subject: drm: kill DRIVER_REQUIRE_AGP X-Git-Tag: v3.14-rc1~47^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24986ee06929a8de3a5b4722ccadf0b85c175264;p=pandora-kernel.git drm: kill DRIVER_REQUIRE_AGP Only the two intel drivers need this and they can easily check for working agp support in their driver ->load callbacks. This is the only reason why agp initialization could fail, so allows us to rip out a bit of error handling code in the next patch. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed