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:
67d0ec4
)
drm: unexport drm_global_mutex
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 10 Sep 2014 10:43:54 +0000
(12:43 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 09:19:47 +0000
(11:19 +0200)
Drivers really, really have no business even looking at this lock. And
thankfully they don't.
So unexport it and move the declaration to drm_internal.h.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found