anv: remove unnecessary function prototype.
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 9 Mar 2017 08:07:39 +0000 (09:07 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Thu, 16 Mar 2017 10:40:05 +0000 (11:40 +0100)
commit808503b8f8c0732fccd875ed9183a56672430097
tree21ce5dc94160b7c1ad7d7fbdcd38d672bf5e7dff
parent04a9ca2700742def92ff5dfdf487f4724c9c4441
anv: remove unnecessary function prototype.

The function is defined right after the prototype declaration. Also, the
protoype for it is included in anv_genX.h which is included via anv_private.h.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/vulkan/genX_blorp_exec.c