* [PATCH] CRYPTO: omap-sham: Add missing modalias
@ 2013-10-26 21:00 Pali Rohár
2013-10-30 4:11 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2013-10-26 21:00 UTC (permalink / raw)
To: Herbert Xu, David S. Miller; +Cc: linux-crypto, linux-kernel, Joni Lapilainen
From: Joni Lapilainen <joni.lapilainen@gmail.com>
Signed-off-by: Joni Lapilainen <joni.lapilainen@gmail.com>
---
drivers/crypto/omap-sham.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/crypto/omap-sham.c b/drivers/crypto/omap-sham.c
index 8bdde57..236db0a 100644
--- a/drivers/crypto/omap-sham.c
+++ b/drivers/crypto/omap-sham.c
@@ -2033,3 +2033,4 @@ module_platform_driver(omap_sham_driver);
MODULE_DESCRIPTION("OMAP SHA1/MD5 hw acceleration support.");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Dmitry Kasatkin");
+MODULE_ALIAS("platform:omap-sham");
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-30 4:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 21:00 [PATCH] CRYPTO: omap-sham: Add missing modalias Pali Rohár
2013-10-30 4:11 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).