diff options
| -rw-r--r-- | drivers/net/ppp/ppp_mppe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c index bd3c80b0bc77..de3b57d09d0c 100644 --- a/drivers/net/ppp/ppp_mppe.c +++ b/drivers/net/ppp/ppp_mppe.c | |||
| @@ -64,7 +64,6 @@ MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>"); | |||
| 64 | MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support"); | 64 | MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support"); |
| 65 | MODULE_LICENSE("Dual BSD/GPL"); | 65 | MODULE_LICENSE("Dual BSD/GPL"); |
| 66 | MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE)); | 66 | MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE)); |
| 67 | MODULE_SOFTDEP("pre: arc4"); | ||
| 68 | MODULE_VERSION("1.0.2"); | 67 | MODULE_VERSION("1.0.2"); |
| 69 | 68 | ||
| 70 | #define SHA1_PAD_SIZE 40 | 69 | #define SHA1_PAD_SIZE 40 |
