summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorTimo Alho <talho@nvidia.com>2013-12-28 12:41:53 +0200
committerJuha Tukkinen <jtukkinen@nvidia.com>2014-01-07 03:38:24 -0800
commit8f074afb6f05e576419905794e9b61c1d688b181 (patch)
tree18950227de079bfa3506a9eddd7e6236bf959530 /include/media
parent0d415bab6b8d18932cbb3ecc0f1310f3ccebaf3a (diff)
EDP: remove old system EDP framework (ov5693 and mt9m114 drivers)
Revert "drivers: media: tegra: edp support" This reverts commit bdd27016ab662a70e85245631a3a89b74f1fe664. Revised system edp software framework has been put in place. This patch removes the old system EDP client code from ov5693 and mt9m114 camera sensors. Bug 1431977 Change-Id: Iedb6807cadfc7d57b3724c398a345cce14867212 Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: http://git-master/r/350410 Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/mt9m114.h2
-rw-r--r--include/media/ov5693.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/media/mt9m114.h b/include/media/mt9m114.h
index 25f27ac62b8c..6ddb748c126e 100644
--- a/include/media/mt9m114.h
+++ b/include/media/mt9m114.h
@@ -20,7 +20,6 @@
#define __MT9M114_H__
#include <linux/ioctl.h> /* For IOCTL macros */
-#include <linux/edp.h>
#define SENSOR_NAME "mt9m114"
#define DEV(x) "/dev/"x
@@ -142,7 +141,6 @@ struct mt9m114_platform_data {
int (*power_on)(struct mt9m114_power_rail *pw);
int (*power_off)(struct mt9m114_power_rail *pw);
const char *mclk_name;
- struct edp_client edpc_config;
};
#endif /* __KERNEL__ */
diff --git a/include/media/ov5693.h b/include/media/ov5693.h
index 1804efab1539..60f06ddddcac 100644
--- a/include/media/ov5693.h
+++ b/include/media/ov5693.h
@@ -19,7 +19,6 @@
#include <media/nvc.h>
#include <media/nvc_image.h>
-#include <linux/edp.h>
#define OV5693_IOCTL_SET_MODE _IOW('o', 1, struct ov5693_mode)
#define OV5693_IOCTL_SET_FRAME_LENGTH _IOW('o', 2, __u32)
@@ -130,7 +129,6 @@ struct ov5693_platform_data {
int (*power_on)(struct ov5693_power_rail *);
int (*power_off)(struct ov5693_power_rail *);
const char *mclk_name;
- struct edp_client edpc_config;
};
#endif /* __OV5693_H__ */