aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vimc/vimc-common.c
diff options
context:
space:
mode:
authorAndrĂ© Almeida <[email protected]>2019-06-13 15:06:14 +0000
committerMauro Carvalho Chehab <[email protected]>2019-06-21 21:08:09 +0000
commitd13b3cdcbacbeb31c0a4b5b3a63e855b4511fd85 (patch)
treeb5bc69422ef15a8e8cd1abc897707be8aa117938 /drivers/media/platform/vimc/vimc-common.c
parentmedia: vimc: debayer: Fix typos (diff)
downloadkernel-d13b3cdcbacbeb31c0a4b5b3a63e855b4511fd85.tar.gz
kernel-d13b3cdcbacbeb31c0a4b5b3a63e855b4511fd85.zip
media: vimc: Makefile: file cleanup
Remove redundant Makefile rules (vimc_capture-objs, ...). Stop exposing vimc-{common, streamer} as modules, since there's no use case where they would be individually added/removed from Vimc. As consequence, remove MODULE_ macros from vimc-{common, streamer}. `-objs` is fitted for building host programs, change to `-y`, more straightforward for device drivers. Signed-off-by: AndrĂ© Almeida <[email protected]> Suggested-by: Helen Koike <[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-common.c')
-rw-r--r--drivers/media/platform/vimc/vimc-common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/platform/vimc/vimc-common.c b/drivers/media/platform/vimc/vimc-common.c
index f4d2073076ed..03016f204d05 100644
--- a/drivers/media/platform/vimc/vimc-common.c
+++ b/drivers/media/platform/vimc/vimc-common.c
@@ -377,7 +377,3 @@ void vimc_ent_sd_unregister(struct vimc_ent_device *ved, struct v4l2_subdev *sd)
v4l2_device_unregister_subdev(sd);
}
EXPORT_SYMBOL_GPL(vimc_ent_sd_unregister);
-
-MODULE_DESCRIPTION("Virtual Media Controller Driver (VIMC) Common");
-MODULE_AUTHOR("Helen Koike <[email protected]>");
-MODULE_LICENSE("GPL");