drm: const'ify ioctls table (v2)
commitc2490cd2b347affb60432b4540720a21c9433a60
authorzrj <rimvydas.jasinskas@gmail.com>
Mon, 3 Aug 2015 08:01:17 +0000 (3 11:01 +0300)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 22 Aug 2015 06:49:15 +0000 (22 08:49 +0200)
treefc1bbb799fbb99e5c67d9c21921dcf7e9ab8b830
parentf9ecb661cee333906bd85893e928c848078a6af2
drm: const'ify ioctls table (v2)

Because, there is no reason for it not to be const.
We never modify the contents of drm_ioctls, so make it const.
sys/dev/drm/drm_drv.c
sys/dev/drm/i915/i915_dma.c
sys/dev/drm/i915/i915_drv.h
sys/dev/drm/include/drm/drmP.h
sys/dev/drm/radeon/radeon_drv.c
sys/dev/drm/radeon/radeon_kms.c