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:
44af3f5
)
drm: Purge ioctl forward declarations from drmP.h
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 10 Sep 2014 10:43:55 +0000
(12:43 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 13:27:47 +0000
(15:27 +0200)
If we push down the ioctl table in drm_ioctl.c all the forward
declarations in drmP.h are not required any more.
v2: Fold in fixup from Fenugguang Wu to declare functions as static.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found