From d5749d7603d397be7639266e6c740941af2004fb Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Mon, 16 Jul 2001 22:42:36 +0000 Subject: Added version string to the end of the kernel module name. This allows multiple versions of the kernel module to co-exist on one machine. --- linux/sis_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/sis_drv.c') diff --git a/linux/sis_drv.c b/linux/sis_drv.c index 3dd83fd7..8701e00e 100644 --- a/linux/sis_drv.c +++ b/linux/sis_drv.c @@ -32,7 +32,7 @@ #include "sis_drv.h" #define DRIVER_AUTHOR "SIS" -#define DRIVER_NAME "sis" +#define DRIVER_NAME "sis"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "SIS 300/630/540" #define DRIVER_DATE "20010503" #define DRIVER_MAJOR 1 -- cgit v1.2.3