]> 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)
commit881b0c3b876d8e6c0ee619ac3fc00cdccd48be65
tree4eae2f42ec876de8879a85bc91a62486858c44c3
parent061765d1b4f170c11e166587fff1e861b7dc9b52
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