drm/i915: Remove redundant const from function return type
authorImre Deak <imre.deak@intel.com>
Thu, 12 May 2016 13:18:52 +0000 (16:18 +0300)
committerImre Deak <imre.deak@intel.com>
Fri, 13 May 2016 12:17:59 +0000 (15:17 +0300)
commita7363de71acf92b8f955a42da7326146c66b4841
treebb96c768e51ec6c0d61418c29939cb8cde0509c7
parent7d7792e5e2bb5fc176dfb3f56d3c79b9c716519e
drm/i915: Remove redundant const from function return type

Marking function return types as const is redundant, as these are
rvalues and as such constant by definition. Code checkers and GCC will
warn about this so remove the modifier.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1463059132-1720-5-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/i915_debugfs.c