aboutsummaryrefslogtreecommitdiff
path: root/linux-core/r128_drv.c
diff options
context:
space:
mode:
authorJeff Hartmann <jhartmann@valinux.com>2001-07-16 22:42:36 +0000
committerJeff Hartmann <jhartmann@valinux.com>2001-07-16 22:42:36 +0000
commitd5749d7603d397be7639266e6c740941af2004fb (patch)
tree662242907e2e6f19997cec868bd7d7ef9cea2278 /linux-core/r128_drv.c
parentb816802daf6818306473c35d8776202c69fd0083 (diff)
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.
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r--linux-core/r128_drv.c2
1 files changed, 1 insertions, 1 deletions
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"