diff options
Diffstat (limited to 'linux-core')
| -rw-r--r-- | linux-core/mga_drv.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/mga_drv.c b/linux-core/mga_drv.c index 42794e82..bea65cfa 100644 --- a/linux-core/mga_drv.c +++ b/linux-core/mga_drv.c @@ -38,11 +38,11 @@  #define DRIVER_NAME		"mga"  #define DRIVER_DESC		"Matrox G200/G400" -#define DRIVER_DATE		"20010319" +#define DRIVER_DATE		"20010321"  #define DRIVER_MAJOR		3  #define DRIVER_MINOR		0 -#define DRIVER_PATCHLEVEL	1 +#define DRIVER_PATCHLEVEL	2  #define DRIVER_IOCTLS							   \  	[DRM_IOCTL_NR(DRM_IOCTL_DMA)]	      = { mga_dma_buffers, 1, 0 }, \  | 
