Mesa (gallium-drm-driver-descriptor): nouveau: Remove reference to drm_api

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Jun 24 00:39:08 UTC 2010


Module: Mesa
Branch: gallium-drm-driver-descriptor
Commit: 9ca563a9a8573bf79821abc75ccf0fdade19c8a9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ca563a9a8573bf79821abc75ccf0fdade19c8a9

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Jun 24 02:36:30 2010 +0200

nouveau: Remove reference to drm_api

---

 src/gallium/drivers/nouveau/nouveau_screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c
index 60bdd72..6fe1eb6 100644
--- a/src/gallium/drivers/nouveau/nouveau_screen.c
+++ b/src/gallium/drivers/nouveau/nouveau_screen.c
@@ -15,7 +15,7 @@
 #include "nouveau_screen.h"
 
 /* XXX this should go away */
-#include "state_tracker/drm_api.h"
+#include "state_tracker/drm_driver.h"
 #include "util/u_simple_screen.h"
 
 static const char *




More information about the mesa-commit mailing list