summaryrefslogtreecommitdiff
path: root/linux/gamma_drv.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-04-22 10:13:14 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-04-22 10:13:14 +0000
commit5141da97f680235d10d74737d5444963d2080072 (patch)
tree63c49f2ea3332bcfa4786736d00ed796c654a19a /linux/gamma_drv.c
parent13211ad82c184e3daf68c06203412d3f1c949291 (diff)
Move a bunch of gamma-specific code into a gamma-specific file. Restore the
kooky DRM(write_string) code for gamma.
Diffstat (limited to 'linux/gamma_drv.c')
-rw-r--r--linux/gamma_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/gamma_drv.c b/linux/gamma_drv.c
index b41526bb..b08d04bf 100644
--- a/linux/gamma_drv.c
+++ b/linux/gamma_drv.c
@@ -39,7 +39,7 @@
#include "drm_auth.h"
#include "drm_agpsupport.h"
#include "drm_bufs.h"
-#include "drm_context.h"
+#include "gamma_context.h" /* NOTE! */
#include "drm_dma.h"
#include "drm_drawable.h"
#include "drm_drv.h"