From 4eafeec960c29369982a9b15c24681a3072f491d Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Wed, 18 Jul 2001 21:02:58 +0000 Subject: Add module version name at a lower layer of the code, allows things to be more flexible and allow older module versions to still work. Might not be final code if we move over to DRI kernel module version, but will be if we use XFree86 version. + Only build tdfx.o instead of tdfx-4_1_0.o since tdfx.o has never changed its API. --- linux-core/sis_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/sis_drv.c') diff --git a/linux-core/sis_drv.c b/linux-core/sis_drv.c index 8701e00e..3dd83fd7 100644 --- a/linux-core/sis_drv.c +++ b/linux-core/sis_drv.c @@ -32,7 +32,7 @@ #include "sis_drv.h" #define DRIVER_AUTHOR "SIS" -#define DRIVER_NAME "sis"##CONFIG_XFREE86_VERSION_STR +#define DRIVER_NAME "sis" #define DRIVER_DESC "SIS 300/630/540" #define DRIVER_DATE "20010503" #define DRIVER_MAJOR 1 -- cgit v1.2.3