summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_protocols.h
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo.mondi@linaro.org>2016-08-12 10:05:41 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-08-12 18:50:15 +0200
commitc9161d72b33ff5a3e43dd60c87adf113363866a1 (patch)
tree034861e73c7d29a00244f4f480131a07cc8f0b1e /drivers/staging/greybus/greybus_protocols.h
parentac96a609dca8b1909f93d13277dd5368e2de5a2a (diff)
downloadop-kernel-dev-c9161d72b33ff5a3e43dd60c87adf113363866a1.zip
op-kernel-dev-c9161d72b33ff5a3e43dd60c87adf113363866a1.tar.gz
greybus: camera: Remove support for legacy modules
Remove support for module implementing legacy version of camera bandwidth requirements specifications, now that all available camera modules have been updated to use the new version Signed-off-by: Jacopo Mondi <jacopo.mondi@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_protocols.h')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index be97759..dd84e75 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -1678,17 +1678,6 @@ struct gb_camera_stream_config_response {
__le32 max_size;
} __packed;
-struct gb_camera_configure_streams_response_deprecated {
- __u8 num_streams;
- __u8 flags;
- __u8 num_lanes;
- __u8 padding;
- __le32 bus_freq;
- __le32 lines_per_second;
- struct gb_camera_stream_config_response config[0];
-} __packed;
-#define GB_CAMERA_CONFIGURE_STREAMS_DEPRECATED_SIZE 12
-
struct gb_camera_configure_streams_response {
__u8 num_streams;
#define GB_CAMERA_CONFIGURE_STREAMS_ADJUSTED 0x01
@@ -1697,7 +1686,6 @@ struct gb_camera_configure_streams_response {
__le32 data_rate;
struct gb_camera_stream_config_response config[0];
};
-#define GB_CAMERA_CONFIGURE_STREAMS_SIZE 8
/* Greybus Camera Capture request payload - response has no payload */
struct gb_camera_capture_request {
OpenPOWER on IntegriCloud