From: Damien Lespiau Date: Tue, 15 Oct 2013 17:55:39 +0000 (+0100) Subject: drm/i915: Move drm_add_fake_info_node() higher in the file X-Git-Tag: v3.13-rc1~76^2~68^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497666d80587933fc65dbe40d8fe6b6cc89ac9ad;p=pandora-kernel.git drm/i915: Move drm_add_fake_info_node() higher in the file Following commit needs drm_add_fake_info_node() higher in the file to avoid having a forward declaration. Move this helper near the top of the file. This also makes the next commit diff a bit easier to review. Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed