aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vimc/vimc-streamer.c
diff options
context:
space:
mode:
authorDafna Hirschfeld <[email protected]>2019-10-22 08:46:07 +0000
committerMauro Carvalho Chehab <[email protected]>2019-10-24 22:01:57 +0000
commit3b04de4e7a56caf40c6d84994f58a4e5e985a6cd (patch)
treed92afa6d214ed62b3647a39020f49c8dd4f424df /drivers/media/platform/vimc/vimc-streamer.c
parentmedia: vimc: remove the helper function vimc_ent_sd_unregister (diff)
downloadkernel-3b04de4e7a56caf40c6d84994f58a4e5e985a6cd.tar.gz
kernel-3b04de4e7a56caf40c6d84994f58a4e5e985a6cd.zip
media: vimc: remove EXPORT_SYMBOL_GPL declarations
vimc is a single kernel module and does not need to export any symbols therefore there is no need for these declarations. Signed-off-by: Dafna Hirschfeld <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/platform/vimc/vimc-streamer.c')
-rw-r--r--drivers/media/platform/vimc/vimc-streamer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/vimc/vimc-streamer.c b/drivers/media/platform/vimc/vimc-streamer.c
index faa2879c25df..092833623ac1 100644
--- a/drivers/media/platform/vimc/vimc-streamer.c
+++ b/drivers/media/platform/vimc/vimc-streamer.c
@@ -216,4 +216,3 @@ int vimc_streamer_s_stream(struct vimc_stream *stream,
return 0;
}
-EXPORT_SYMBOL_GPL(vimc_streamer_s_stream);