From: David Herrmann Date: Fri, 29 Aug 2014 10:12:32 +0000 (+0200) Subject: drm: move AGP definitions harder X-Git-Tag: omap-for-v3.19/prcm-cleanup~70^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5ea5947a52b98cd9a03d4011a5a12b4e5a99c4;p=pandora-kernel.git drm: move AGP definitions harder Move drm_agp_head to drm_agpsupport.h and drm_agp_mem into drm_legacy.h. Unfortunately, drivers still heavily access drm_agp_head so we cannot move it to drm_legacy.h. However, at least it's no longer visible in drmP.h now (it's directly included from it, though). Signed-off-by: David Herrmann Reviewed-by: Thierry Reding Signed-off-by: Dave Airlie --- Reading git-diff-tree failed