radeon: Fix build.
authorVinson Lee <vlee@freedesktop.org>
Tue, 11 Mar 2014 05:49:51 +0000 (22:49 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 11 Mar 2014 05:54:59 +0000 (22:54 -0700)
commite6c565fcc591f4856eff512f72e961ff0686475c
treeee57a4936908453fbcc1183b326f0b7383d5afad
parentdfa25ea5cd19d5a050a1c94bd7370a2259b9f007
radeon: Fix build.

Fix build error introduced with commit
dfa25ea5cd19d5a050a1c94bd7370a2259b9f007.

  CC       r600_streamout.lo
r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets'
void r600_set_streamout_targets(struct pipe_context *ctx,
     ^
./r600_pipe_common.h:413:6: note: previous declaration is here
void r600_set_streamout_targets(struct pipe_context *ctx,
     ^

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76009
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/drivers/radeon/r600_pipe_common.h