git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd6ccf
)
drm/i915: Move drm_add_fake_info_node() higher in the file
author
Damien Lespiau
<damien.lespiau@intel.com>
Tue, 15 Oct 2013 17:55:39 +0000
(18:55 +0100)
committer
Daniel 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