diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-01 08:17:47 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 20:32:38 -0300 |
commit | d4c9adb742abd1e8025b6f2e3bb24e3efab86da9 (patch) | |
tree | 259543bab430cd621f17ca2343b5d8cc4fd13e5b /drivers/video/matrox | |
parent | 1b149bbe9156d2eb2afd5a072bd61ad0d4bfaca7 (diff) | |
download | blackbird-op-linux-d4c9adb742abd1e8025b6f2e3bb24e3efab86da9.tar.gz blackbird-op-linux-d4c9adb742abd1e8025b6f2e3bb24e3efab86da9.zip |
matrox: Remove legacy VIDIOC_*_OLD ioctls
Those ioctls were produced by the wrong arguments for _IO macros,
and were replaced by fixed versions on an early 2.6 kernel.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/video/matrox')
-rw-r--r-- | drivers/video/matrox/matroxfb_base.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/matrox/matroxfb_base.c b/drivers/video/matrox/matroxfb_base.c index a082debe824b..8c9dbac9dc1b 100644 --- a/drivers/video/matrox/matroxfb_base.c +++ b/drivers/video/matrox/matroxfb_base.c @@ -101,8 +101,6 @@ #include <linux/version.h> -#define __OLD_VIDIOC_ - #include "matroxfb_base.h" #include "matroxfb_misc.h" #include "matroxfb_accel.h" @@ -1152,7 +1150,6 @@ static int matroxfb_ioctl(struct fb_info *info, return -EFAULT; return err; } - case VIDIOC_S_CTRL_OLD: case VIDIOC_S_CTRL: { struct v4l2_control ctrl; |