projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8228ae
)
i2c: pxa: drop unneeded MODULE_ALIAS
author
Krzysztof Kozlowski
<krzysztof.kozlowski@canonical.com>
Thu, 16 Sep 2021 17:05:17 +0000
(19:05 +0200)
committer
Wolfram Sang
<wsa@kernel.org>
Sat, 2 Oct 2021 07:32:06 +0000
(09:32 +0200)
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>
drivers/i2c/busses/i2c-pxa.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-pxa.c
b/drivers/i2c/busses/i2c-pxa.c
index a636ea0eb50af2c7234e508fd00c78723e764ffd..690188a9ffff5ea7cb4c8d3242b99ac6af8b145c 100644
(file)
--- a/
drivers/i2c/busses/i2c-pxa.c
+++ b/
drivers/i2c/busses/i2c-pxa.c
@@
-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);