Skip to content

Commit

Permalink
[ARM] 3898/1: corgi_bl fix module loading
Browse files Browse the repository at this point in the history
Fix module loading:
corgi_bl: module license 'GPLv2' taints kernel.
corgi_bl: Unknown symbol platform_driver_unregister
corgi_bl: Unknown symbol __symbol_get
corgi_bl: Unknown symbol platform_driver_register

Cc: Richard Purdie <rpurdie@rpsys.net>

Signed-off-by: pHilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Anton Vorontsov <cbou@mail.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Anton Vorontsov authored and Russell King committed Oct 24, 2006
1 parent f586fbd commit 62c877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/backlight/corgi_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ module_exit(corgibl_exit);

MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>");
MODULE_DESCRIPTION("Corgi Backlight Driver");
MODULE_LICENSE("GPLv2");
MODULE_LICENSE("GPL");

0 comments on commit 62c877b

Please sign in to comment.