commit | 78238757ebab54bf0d546dabe119f3a158d418b4 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 10 12:43:55 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 12 15:27:47 2014 +0200 |
tree | b3f5de66bcb7a0da4f3986542bd948f771709457 | |
parent | 44af3f5c6a2dc0358121b5ecf272361b3290649e [diff] |
drm: Purge ioctl forward declarations from drmP.h 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>