提交 f1901f1f 编写于 作者: S Sebastian Siewior 提交者: Herbert Xu

[CRYPTO] geode: remove alias

alias isn't required because the module provides PCI ids.
Signed-off-by: NSebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 c3041f9c
...@@ -472,7 +472,6 @@ geode_aes_exit(void) ...@@ -472,7 +472,6 @@ geode_aes_exit(void)
MODULE_AUTHOR("Advanced Micro Devices, Inc."); MODULE_AUTHOR("Advanced Micro Devices, Inc.");
MODULE_DESCRIPTION("Geode LX Hardware AES driver"); MODULE_DESCRIPTION("Geode LX Hardware AES driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("aes");
module_init(geode_aes_init); module_init(geode_aes_init);
module_exit(geode_aes_exit); module_exit(geode_aes_exit);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册