From aed8549e91ade1582505ebce50e4a79d99b4436f Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Wed, 19 Jul 2000 18:38:41 +0000 Subject: Sync with Linux 2.4.0-test4 kernel --- linux/mga_drv.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/mga_drv.c') diff --git a/linux/mga_drv.c b/linux/mga_drv.c index e77d827b..1cc23fb8 100644 --- a/linux/mga_drv.c +++ b/linux/mga_drv.c @@ -48,6 +48,10 @@ static drm_device_t mga_device; drm_ctx_t mga_res_ctx; static struct file_operations mga_fops = { +#if LINUX_VERSION_CODE >= 0x020322 + /* This started being used approx. 2.3.34 */ + owner: THIS_MODULE, +#endif open: mga_open, flush: drm_flush, release: mga_release, -- cgit v1.2.3