Commit 55e14acd authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: atomisp: ia_css_stream.h: remove ifdefs from the header

Now that the input system always declare rx_cfg_t, we can
remove the ifdef ISP2401 from this header.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 4005ecee
......@@ -18,9 +18,7 @@
#include <type_support.h>
#include <system_local.h>
#if !defined(ISP2401)
#include <input_system.h>
#endif
#include "ia_css_types.h"
#include "ia_css_stream_public.h"
......@@ -30,9 +28,7 @@
struct ia_css_stream {
struct ia_css_stream_config config;
struct ia_css_stream_info info;
#if !defined(ISP2401)
rx_cfg_t csi_rx_config;
#endif
bool reconfigure_css_rx;
struct ia_css_pipe *last_pipe;
int num_pipes;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment