diff options
author | Jose Fonseca <jrfonseca@users.sourceforge.net> | 2003-06-03 23:27:01 +0000 |
---|---|---|
committer | Jose Fonseca <jrfonseca@users.sourceforge.net> | 2003-06-03 23:27:01 +0000 |
commit | 6611a5fb7f41f81e38391c77903d98a29937ceed (patch) | |
tree | 94f89336a8e7c0a8eb08b2c20b0c0a1eb0464a7d /linux-core/i810_drv.c | |
parent | a709d4c97c2de9d75ba845da41d61f8734ee573b (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-core/i810_drv.c')
-rw-r--r-- | linux-core/i810_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 0bc79386..2b816fbf 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -37,7 +37,7 @@ #include "i810_drm.h" #include "i810_drv.h" -#include "drm_agpsupport.h" +#include "drm_agp_tmp.h" #include "drm_auth.h" #include "drm_bufs.h" #include "drm_context.h" |