From: David Herrmann Date: Fri, 29 Aug 2014 10:12:37 +0000 (+0200) Subject: drm: order includes alphabetically in drmP.h X-Git-Tag: fixes-against-v3.18-rc2~73^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969939087da7aca386ff166a1c67ee9707215feb;p=pandora-kernel.git drm: order includes alphabetically in drmP.h It is hardly possible to review the drmP.h includes, anymore. Order them alphabetically, linux/ first, then asm/ and then local drm/ includes. Since a long time ago, kernel headers have been converted to include required headers themselves. No-one cares whether that means the compiler has to include a header multiple times. In fact, GCC already does some optimization regarding multiple inclusions if a sorrounding #ifndef is present. Signed-off-by: David Herrmann Acked-by: Thierry Reding Signed-off-by: Dave Airlie --- Reading git-diff-tree failed