diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-12-31 07:45:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-06 10:46:05 -0200 |
commit | a08d2c727153dc6cea1d5d54a43fd7d69c1467c3 (patch) | |
tree | c0834f885ee7719aba20faabee3960c05f7d8473 /drivers/media/video/pwc/pwc-timon.h | |
parent | dc8a7e83aaf8bb1bcf7163bda8926a6dd29c409b (diff) | |
download | op-kernel-dev-a08d2c727153dc6cea1d5d54a43fd7d69c1467c3.zip op-kernel-dev-a08d2c727153dc6cea1d5d54a43fd7d69c1467c3.tar.gz |
[media] pwc: Remove driver specific ioctls
This stems from the v4l1 era, with v4l2 everything can be done with
standardized v4l2 API calls.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pwc/pwc-timon.h')
-rw-r--r-- | drivers/media/video/pwc/pwc-timon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pwc/pwc-timon.h b/drivers/media/video/pwc/pwc-timon.h index a6e22224..270c5b9 100644 --- a/drivers/media/video/pwc/pwc-timon.h +++ b/drivers/media/video/pwc/pwc-timon.h @@ -42,7 +42,7 @@ #ifndef PWC_TIMON_H #define PWC_TIMON_H -#include <media/pwc-ioctl.h> +#include "pwc.h" #define PWC_FPS_MAX_TIMON 6 |