mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
video: fbdev: s3c-fb: drop unneeded MODULE_ALIAS
The MODULE_DEVICE_TABLE already creates proper alias for platform driver. Having another MODULE_ALIAS causes the alias to be duplicated. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
1791f487f8
commit
3bfa3f1b61
|
|
@ -1810,4 +1810,3 @@ module_platform_driver(s3c_fb_driver);
|
|||
MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
|
||||
MODULE_DESCRIPTION("Samsung S3C SoC Framebuffer driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("platform:s3c-fb");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user