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)
commit497666d80587933fc65dbe40d8fe6b6cc89ac9ad
tree4eae2f42ec876de8879a85bc91a62486858c44c3
parent7cd6ccff85a13a8e5755cffa50129032d83c7c72
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
This page took 0.02496 seconds and 5 git commands to generate.