summaryrefslogtreecommitdiff
path: root/linux/gamma_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/gamma_drv.c')
-rw-r--r--linux/gamma_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/gamma_drv.c b/linux/gamma_drv.c
index 32b2ba2b..13d37c24 100644
--- a/linux/gamma_drv.c
+++ b/linux/gamma_drv.c
@@ -50,8 +50,8 @@
static drm_device_t gamma_device;
static struct file_operations gamma_fops = {
-#if LINUX_VERSION_CODE >= 0x020322
- /* This started being used approx. 2.3.34 */
+#if LINUX_VERSION_CODE >= 0x020400
+ /* This started being used during 2.4.0-test */
owner: THIS_MODULE,
#endif
open: gamma_open,