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-core/sis_drv.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-core/sis_drv.c')
-rw-r--r-- | linux-core/sis_drv.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/linux-core/sis_drv.c b/linux-core/sis_drv.c index c04561ee..5dda149a 100644 --- a/linux-core/sis_drv.c +++ b/linux-core/sis_drv.c @@ -1,5 +1,4 @@ /* sis.c -- sis driver -*- linux-c -*- - * Created: Thu Oct 7 10:38:32 1999 by faith@precisioninsight.com * * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas. * All Rights Reserved. @@ -23,15 +22,11 @@ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * - * Authors: - * Rickard E. (Rik) Faith <faith@precisioninsight.com> - * Daryll Strauss <daryll@precisioninsight.com> - * */ #include <linux/config.h> #include "drmP.h" -#include "sis_drm_public.h" +#include "sis_drm.h" #include "sis_drv.h" #define SIS_NAME "sis" |