drm/i915: Move drm_add_fake_info_node() higher in the file
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 15 Oct 2013 17:55:39 +0000 (18:55 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 16 Oct 2013 11:32:15 +0000 (13:32 +0200)
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 <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found