Skip to content

Commit 53e0f26

Browse files
arndbgregkh
authored andcommitted
ARM: pxa/tosa-bt: add MODULE_LICENSE tag
commit 3343647 upstream. Without this tag, we get a build warning: WARNING: modpost: missing MODULE_LICENSE() in arch/arm/mach-pxa/tosa-bt.o For completeness, I'm also adding author and description fields. Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c7bbb6d commit 53e0f26

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/mach-pxa/tosa-bt.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,7 @@ static struct platform_driver tosa_bt_driver = {
132132
},
133133
};
134134
module_platform_driver(tosa_bt_driver);
135+
136+
MODULE_LICENSE("GPL");
137+
MODULE_AUTHOR("Dmitry Baryshkov");
138+
MODULE_DESCRIPTION("Bluetooth built-in chip control");

0 commit comments

Comments
 (0)