diff options
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/geode-aes.c | 1 | ||||
-rw-r--r-- | drivers/crypto/padlock-aes.c | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/drivers/crypto/geode-aes.c b/drivers/crypto/geode-aes.c index 6a86958b577f..f9a34abbf4fa 100644 --- a/drivers/crypto/geode-aes.c +++ b/drivers/crypto/geode-aes.c | |||
@@ -473,6 +473,7 @@ geode_aes_exit(void) | |||
473 | MODULE_AUTHOR("Advanced Micro Devices, Inc."); | 473 | MODULE_AUTHOR("Advanced Micro Devices, Inc."); |
474 | MODULE_DESCRIPTION("Geode LX Hardware AES driver"); | 474 | MODULE_DESCRIPTION("Geode LX Hardware AES driver"); |
475 | MODULE_LICENSE("GPL"); | 475 | MODULE_LICENSE("GPL"); |
476 | MODULE_ALIAS("aes"); | ||
476 | 477 | ||
477 | module_init(geode_aes_init); | 478 | module_init(geode_aes_init); |
478 | module_exit(geode_aes_exit); | 479 | module_exit(geode_aes_exit); |
diff --git a/drivers/crypto/padlock-aes.c b/drivers/crypto/padlock-aes.c index d4501dc7e650..abbcff0762b1 100644 --- a/drivers/crypto/padlock-aes.c +++ b/drivers/crypto/padlock-aes.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (c) 2004 Michal Ludvig <michal@logix.cz> | 6 | * Copyright (c) 2004 Michal Ludvig <michal@logix.cz> |
7 | * | 7 | * |
8 | * Key expansion routine taken from crypto/aes.c | 8 | * Key expansion routine taken from crypto/aes_generic.c |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License as published by | 11 | * it under the terms of the GNU General Public License as published by |
@@ -660,4 +660,4 @@ MODULE_DESCRIPTION("VIA PadLock AES algorithm support"); | |||
660 | MODULE_LICENSE("GPL"); | 660 | MODULE_LICENSE("GPL"); |
661 | MODULE_AUTHOR("Michal Ludvig"); | 661 | MODULE_AUTHOR("Michal Ludvig"); |
662 | 662 | ||
663 | MODULE_ALIAS("aes-padlock"); | 663 | MODULE_ALIAS("aes"); |