summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx25821
diff options
context:
space:
mode:
authorLeonid V. Fedorenchik <leonidsbox@gmail.com>2011-10-22 01:43:31 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-24 18:49:48 -0200
commit43365d5d135eef910fcc1f211d9668e561517b0c (patch)
treebd3701864642b2ab41d32105e25681fcd3391ef5 /drivers/media/video/cx25821
parent744992c01162d8a51e667454bd7a886b6e28008e (diff)
[media] cx25821-core.c: Delete empty line
Delete redundant empty line. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx25821')
-rw-r--r--drivers/media/video/cx25821/cx25821-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx25821/cx25821-core.c b/drivers/media/video/cx25821/cx25821-core.c
index a7fa38f9594e..f3f6c766ae97 100644
--- a/drivers/media/video/cx25821/cx25821-core.c
+++ b/drivers/media/video/cx25821/cx25821-core.c
@@ -1512,6 +1512,5 @@ static void __exit cx25821_fini(void)
pci_unregister_driver(&cx25821_pci_driver);
}
-
module_init(cx25821_init);
module_exit(cx25821_fini);