Commit af6b9dfd authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab
Browse files

media: atomisp: Make atomisp_q_video_buffers_to_css() static



atomisp_q_video_buffers_to_css() is only used insidd atomisp_fops.c, make
it static.

Reviewed-by: default avatarAndy Shevchenko <andy@kernel.org>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 391e1418
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ static int atomisp_q_one_dis_buffer(struct atomisp_sub_device *asd,
	return 0;
}

int atomisp_q_video_buffers_to_css(struct atomisp_sub_device *asd,
static int atomisp_q_video_buffers_to_css(struct atomisp_sub_device *asd,
					  struct atomisp_video_pipe *pipe,
					  enum atomisp_input_stream_id stream_id,
					  enum ia_css_buffer_type css_buf_type,
+0 −6
Original line number Diff line number Diff line
@@ -22,12 +22,6 @@
#define	__ATOMISP_FOPS_H__
#include "atomisp_subdev.h"

int atomisp_q_video_buffers_to_css(struct atomisp_sub_device *asd,
				   struct atomisp_video_pipe *pipe,
				   enum atomisp_input_stream_id stream_id,
				   enum ia_css_buffer_type css_buf_type,
				   enum ia_css_pipe_id css_pipe_id);

unsigned int atomisp_dev_users(struct atomisp_device *isp);
unsigned int atomisp_sub_dev_users(struct atomisp_sub_device *asd);