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/i810_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/i810_drv.c') diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 887170a7..27750711 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -37,7 +37,7 @@ #define DRIVER_AUTHOR "VA Linux Systems Inc." -#define DRIVER_NAME "i810" +#define DRIVER_NAME "i810"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "Intel i810" #define DRIVER_DATE "20010616" -- cgit v1.2.3