drm/i915/dp: Silence compiler for missing prototype
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 14 Jan 2017 10:51:13 +0000 (10:51 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 16 Jan 2017 12:20:17 +0000 (12:20 +0000)
commita76f73dcd036d53616058aaeaf6986f57061dfa0
tree8289340603e51dd1b2ad664a7f6642874f0f4d57
parentdda35931ef2ee74faa535d17368b5a26daad143f
drm/i915/dp: Silence compiler for missing prototype

drivers/gpu/drm/i915/intel_dp.c:3063:6: warning: no previous prototype for ‘intel_dp_get_alpm_status’ [-Wmissing-prototypes]
 bool intel_dp_get_alpm_status(struct intel_dp *intel_dp)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170114105113.1231-2-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/intel_dp.c