From: Paulo Zanoni Date: Tue, 24 Sep 2013 16:52:53 +0000 (-0300) Subject: drm/i915: reorganize intel_drv.h X-Git-Tag: v3.13-rc1~76^2~80^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1aae65cdaecfd23926b5e462e379914d372db9;p=pandora-kernel.git drm/i915: reorganize intel_drv.h Daniel complained that we keep adding stuff to the bottom of the file, so we constantly have conflicts. So reorganize everything and split them file-by-file, also sorting the files in alphabetical order. This way, patches touching different files will have a smaller chance of conflicting. Of course, this commit will conflict with everybody on the list :) Also remove a few useless comments and make some things fit into 80 lines. v2: - Conflict with intel_ddi_get_config Requested-by: Daniel Vetter Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed