summaryrefslogtreecommitdiff
path: root/linux/i830_drv.c
diff options
context:
space:
mode:
authorJose Fonseca <jrfonseca@users.sourceforge.net>2003-06-03 23:27:01 +0000
committerJose Fonseca <jrfonseca@users.sourceforge.net>2003-06-03 23:27:01 +0000
commit6611a5fb7f41f81e38391c77903d98a29937ceed (patch)
tree94f89336a8e7c0a8eb08b2c20b0c0a1eb0464a7d /linux/i830_drv.c
parenta709d4c97c2de9d75ba845da41d61f8734ee573b (diff)
Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h
respectively. Splited the work out of the ioctls and renamed (with the _ioctl prefix). Added some more documentation. Did the same for drm_sgpsupport.h.
Diffstat (limited to 'linux/i830_drv.c')
-rw-r--r--linux/i830_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/i830_drv.c b/linux/i830_drv.c
index 0735c94d..496c41ee 100644
--- a/linux/i830_drv.c
+++ b/linux/i830_drv.c
@@ -39,7 +39,7 @@
#include "i830_drm.h"
#include "i830_drv.h"
-#include "drm_agpsupport.h"
+#include "drm_agp_tmp.h"
#include "drm_auth.h"
#include "drm_bufs.h"
#include "drm_context.h"