diff options
author | Jose Fonseca <jrfonseca@users.sourceforge.net> | 2003-06-19 00:09:52 +0000 |
---|---|---|
committer | Jose Fonseca <jrfonseca@users.sourceforge.net> | 2003-06-19 00:09:52 +0000 |
commit | 93522f6d3ad6924cbf413915491e4f8228502d98 (patch) | |
tree | 585f12bf357fed6656c6334b9ff9075b8a7514b5 /linux-core/r128_drv.c | |
parent | 0a995b624d325055abf5ba09d39ac8d85866d85a (diff) |
Revert the janitorial - that works is now on the new branch
newdrm-0-0-1-branch.
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r-- | linux-core/r128_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 474c1418..e2e42690 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -37,7 +37,7 @@ #include "r128_drv.h" #include "ati_pcigart.h" -#include "drm_agp_tmp.h" +#include "drm_agpsupport.h" #include "drm_auth.h" #include "drm_bufs.h" #include "drm_context.h" @@ -52,4 +52,4 @@ #include "drm_proc.h" #include "drm_vm.h" #include "drm_stub.h" -#include "drm_sg_tmp.h" +#include "drm_scatter.h" |