[PATCH] staging: media: av7110: remove commented out macro

From: Joyeta Modak

Date: Thu Jun 18 2026 - 15:49:43 EST


av7110_ir.c contains MODULE_AUTHOR() and MODULE_LICENSE() commented
out. This file is compiled into dvb-ttpci.ko (dvb-ttpci-objs +=
av7110_ir.o in Makefile), and the MODULE_LICENSE(), MODULE_AUTHOR()
and MODULE_DESCRIPTION() are declared in av7110.c.

These commented out lines are unchanged since before kernel moved to git
which was checked using git log. Removing them will clean up the file.

Signed-off-by: Joyeta Modak <joyetamdk@xxxxxxxxx>
---
drivers/staging/media/av7110/av7110_ir.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/media/av7110/av7110_ir.c b/drivers/staging/media/av7110/av7110_ir.c
index fdae467fd..e84f9353b 100644
--- a/drivers/staging/media/av7110/av7110_ir.c
+++ b/drivers/staging/media/av7110/av7110_ir.c
@@ -154,5 +154,3 @@ void av7110_ir_exit(struct av7110 *av7110)
rc_free_device(av7110->ir.rcdev);
}

-//MODULE_AUTHOR("Holger Waechtler <holger@xxxxxxxxxxxxxx>, Oliver Endriss <o.endriss@xxxxxx>");
-//MODULE_LICENSE("GPL");
--
2.53.0