diff options
author | Jeff Hartmann <jhartmann@valinux.com> | 2001-07-16 22:42:36 +0000 |
---|---|---|
committer | Jeff Hartmann <jhartmann@valinux.com> | 2001-07-16 22:42:36 +0000 |
commit | d5749d7603d397be7639266e6c740941af2004fb (patch) | |
tree | 662242907e2e6f19997cec868bd7d7ef9cea2278 /linux/mga_drv.c | |
parent | b816802daf6818306473c35d8776202c69fd0083 (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/mga_drv.c')
-rw-r--r-- | linux/mga_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mga_drv.c b/linux/mga_drv.c index bea65cfa..0afda316 100644 --- a/linux/mga_drv.c +++ b/linux/mga_drv.c @@ -36,7 +36,7 @@ #define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc." -#define DRIVER_NAME "mga" +#define DRIVER_NAME "mga"##CONFIG_XFREE86_VERSION_STR #define DRIVER_DESC "Matrox G200/G400" #define DRIVER_DATE "20010321" |