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-core/r128_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/r128_drv.c') diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 584cb29c..c520723f 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -37,7 +37,7 @@ #define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc." -#define DRIVER_NAME "r128" +#define DRIVER_NAME "r128"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "ATI Rage 128" #define DRIVER_DATE "20010405" -- cgit v1.2.3