nouveau: Fix build, invalid extern "C" around header inclusion.
authorMark Janes <mark.a.janes@intel.com>
Fri, 6 Mar 2015 21:36:54 +0000 (13:36 -0800)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 7 Mar 2015 03:08:11 +0000 (22:08 -0500)
commitc4b91a1f5c7ef667708a6b8d734707bbba851437
treee298114e0505a42880101184e6940e1bb4e7fbde
parent20346808cf4f1ee4f320afaf18f94043fb146f2e
nouveau: Fix build, invalid extern "C" around header inclusion.

A previous patch to fix header inclusion within extern "C" neglected
to fix the occurences of this pattern in nouveau files.

When the helper to detect this issue was pushed to master, it broke
the build for the nouveau driver.  This patch fixes the nouveau build.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89477
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_scan.h
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp