]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit74a251e125f723471bcc124916495d7f5af40e6a
tree4eae2f42ec876de8879a85bc91a62486858c44c3
parent60f8bd2067f64e353a079104692a1a65dd1f84e7
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 <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c