Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db5e9a42 authored by Herbert Xu's avatar Herbert Xu
Browse files

[CRYPTO] padlock: Add compatibility alias after rename



Whenever we rename modules we should add an alias to ensure that existing
users can still locate the new module.

This patch also gets rid of the now unused module function prototypes from
padlock.h.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1191f0a4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -533,3 +533,6 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Michal Ludvig");

MODULE_ALIAS("aes-padlock");

/* This module used to be called padlock. */
MODULE_ALIAS("padlock");
+0 −5
Original line number Diff line number Diff line
@@ -28,9 +28,4 @@ struct cword {

#define PFX	"padlock: "

#ifdef CONFIG_CRYPTO_DEV_PADLOCK_AES
int padlock_init_aes(void);
void padlock_fini_aes(void);
#endif

#endif	/* _CRYPTO_PADLOCK_H */