]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/media/platform/vimc/vimc-common.h
media: vimc: common: remove unused function 'vimc_pipeline_s_stream'
[linux.git] / drivers / media / platform / vimc / vimc-common.h
index af5b1166dc1f2d4dac93614c101b3d81bac0300e..c4471e72ad2b75750f0819ec4b2f23dbe5e483ef 100644 (file)
@@ -192,17 +192,6 @@ static inline void vimc_pads_cleanup(struct media_pad *pads)
        kfree(pads);
 }
 
-/**
- * vimc_pipeline_s_stream - start stream through the pipeline
- *
- * @ent:               the pointer to struct media_entity for the node
- * @enable:            1 to start the stream and 0 to stop
- *
- * Helper function to call the s_stream of the subdevices connected
- * in all the sink pads of the entity
- */
-int vimc_pipeline_s_stream(struct media_entity *ent, int enable);
-
 /**
  * vimc_pix_map_by_index - get vimc_pix_map struct by its index
  *