From: David Howells Date: Tue, 2 Oct 2012 17:01:05 +0000 (+0100) Subject: UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~24^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4126d5d61f8466be3f76c1bc4e16d46eb2c9641b;p=pandora-kernel.git UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. Remove redundant DRM UAPI header #inclusions from drivers/gpu/. Remove redundant #inclusions of core DRM UAPI headers (drm.h, drm_mode.h and drm_sarea.h). They are now #included via drmP.h and drm_crtc.h via a preceding patch. Without this patch and the patch to make include the UAPI headers from the core headers, after the UAPI split, the DRM C sources cannot find these UAPI headers because the DRM code relies on specific -I flags to make #include "..." work on headers in include/drm/ - but that does not work after the UAPI split without adding more -I flags. Signed-off-by: David Howells Acked-by: Dave Airlie Acked-by: Arnd Bergmann Acked-by: Thomas Gleixner Acked-by: Paul E. McKenney Acked-by: Dave Jones --- Reading git-diff-tree failed