mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 16:11:38 +00:00
i2c: pxa: 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: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
parent
b8228aea5a
commit
511899ec34
@ -1547,7 +1547,6 @@ static void __exit i2c_adap_pxa_exit(void)
|
||||
}
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("platform:pxa2xx-i2c");
|
||||
|
||||
subsys_initcall(i2c_adap_pxa_init);
|
||||
module_exit(i2c_adap_pxa_exit);
|
||||
|
Loading…
Reference in New Issue
Block a user