Skip to content

Commit

Permalink
[CRYPTO] geode: remove alias
Browse files Browse the repository at this point in the history
alias isn't required because the module provides PCI ids.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
sebastianas authored and herbertx committed Jan 10, 2008
1 parent c3041f9 commit f1901f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/crypto/geode-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ geode_aes_exit(void)
MODULE_AUTHOR("Advanced Micro Devices, Inc.");
MODULE_DESCRIPTION("Geode LX Hardware AES driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("aes");

module_init(geode_aes_init);
module_exit(geode_aes_exit);

0 comments on commit f1901f1

Please sign in to comment.