diff options
author | Rik Faith <faith@alephnull.com> | 2000-08-25 12:45:53 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-08-25 12:45:53 +0000 |
commit | ac3c3571a714a38f7572f94c40fe143b43beb3b9 (patch) | |
tree | 2b6a67fa0ad1fa81908efb3b423ca6c05ed731f2 /linux/sis_mm.c | |
parent | 68f6795ef45739816fe9d5f1f5b3ef4900bf3187 (diff) |
Remove misleading authorship information from sis driver (author has been
contacted and will provide improved information later) Rename
sis_drm_public.h to sis_drm.h to be consistent with the other drivers.
Diffstat (limited to 'linux/sis_mm.c')
-rw-r--r-- | linux/sis_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/sis_mm.c b/linux/sis_mm.c index 1d6a27486..333b5196e 100644 --- a/linux/sis_mm.c +++ b/linux/sis_mm.c @@ -2,7 +2,7 @@ #define __NO_VERSION__ #include "drmP.h" -#include "sis_drm_public.h" +#include "sis_drm.h" #include "sis_ds.h" #include "sis_drv.h" #include <linux/fb.h> |