drm: Purge ioctl forward declarations from drmP.h
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Sep 2014 10:43:55 +0000 (12:43 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 13:27:47 +0000 (15:27 +0200)
commit78238757ebab54bf0d546dabe119f3a158d418b4
treeb3f5de66bcb7a0da4f3986542bd948f771709457
parent44af3f5c6a2dc0358121b5ecf272361b3290649e
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>
drivers/gpu/drm/drm_ioctl.c
include/drm/drmP.h