summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorPhil Breczinski <pbreczinski@nvidia.com>2013-09-16 16:39:33 -0700
committerAjay Nandakumar <anandakumarm@nvidia.com>2013-10-03 19:17:28 +0530
commit7f22f5ef09d36e30fb11a7f4d108d8027b1e33ce (patch)
tree4ddebb6a83f4d1d16022805e44f9c1566ec61d8d /include/media
parent2f5f9f06e41ace0bb9ff5da57922ee5f7ce82852 (diff)
media: platform: tegra: ov5693: update fuseid read
Update ov5693's fuse ID read ioctl handling to match the standard. Bug 1369367 Change-Id: I600bd459ca4c8315b4f2bfe243a3e36e5ffc8aa7 Signed-off-by: Phil Breczinski <pbreczinski@nvidia.com> (cherry picked from commit 84654e65576d0c9d735d889959786c8883678689) Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/ov5693.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/media/ov5693.h b/include/media/ov5693.h
index 8980ed52202b..ea4f062c866f 100644
--- a/include/media/ov5693.h
+++ b/include/media/ov5693.h
@@ -33,7 +33,7 @@
* This can be either stereo , leftOnly or rightOnly */
#define OV5693_IOCTL_SET_CAMERA_MODE _IOW('o', 10, __u32)
#define OV5693_IOCTL_SYNC_SENSORS _IOW('o', 11, __u32)
-#define OV5693_IOCTL_GET_FUSEID _IOR('o', 12, struct ov5693_fuseid)
+#define OV5693_IOCTL_GET_FUSEID _IOR('o', 12, struct nvc_fuseid)
struct ov5693_mode {
@@ -54,11 +54,6 @@ struct ov5693_ae {
__u8 gain_enable;
};
-struct ov5693_fuseid {
- __u32 size;
- __u8 id[16];
-};
-
/* See notes in the nvc.h file on the GPIO usage */
enum ov5693_gpio_type {
OV5693_GPIO_TYPE_PWRDN = 0,