diff options
| author | therootlord <igor_cestari@hotmail.com> | 2018-05-20 16:50:20 +0000 |
|---|---|---|
| committer | kubersharma001 <kubersharma001@gmail.com> | 2020-02-21 16:28:19 +0100 |
| commit | a63ba707f495b8e9056fef7389ea19cc9a41cb9d (patch) | |
| tree | df4534bef1b60998432fe1c4fd68550ea3bef97b /include/media/msmb_isp.h | |
| parent | 76ac68fd67c702749709db743e2e7a1d69c3fde0 (diff) | |
Diffstat (limited to 'include/media/msmb_isp.h')
| -rw-r--r-- | include/media/msmb_isp.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/include/media/msmb_isp.h b/include/media/msmb_isp.h index 085bd7038094..22e90462573c 100644 --- a/include/media/msmb_isp.h +++ b/include/media/msmb_isp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved. +/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -28,18 +28,7 @@ struct msm_isp_event_data32 { struct msm_isp_sof_info sof_info; } u; }; - -struct msm_isp32_event_data32 { - struct compat_timeval timestamp; - struct compat_timeval mono_timestamp; - enum msm_vfe_input_src input_intf; - uint32_t frame_id; - union { - struct msm_isp_stats_event stats; - struct msm_isp_buf_event buf_done; - struct msm_isp32_error_info error_info; - } u; -}; +#endif #endif -#endif /* __MSMB_ISP__ */ + |
