This patchset removes code and declarations that are
not used.
- The first patch removes the declarations EXPORT_SYMBOL_GPL.
Those are not needed since vimc is now a single kernel module
so it does not need to export any symbol.
- The second patch removes the function vimc_pipeline_s_stream
in the vimc-common.c file since it is not in use.

Dafna Hirschfeld (2):
  media: vimc: remove EXPORT_SYMBOL_GPL declarations
  media: vimc: common: remove unused function 'vimc_pipeline_s_stream'

 drivers/media/platform/vimc/vimc-common.c   | 36 ---------------------
 drivers/media/platform/vimc/vimc-common.h   | 11 -------
 drivers/media/platform/vimc/vimc-streamer.c |  1 -
 3 files changed, 48 deletions(-)

-- 
2.20.1

Reply via email to