diff options
author | Guennadi Liakhovetski <[email protected]> | 2010-11-24 09:48:10 +0000 |
---|---|---|
committer | Paul Mundt <[email protected]> | 2010-11-25 16:29:41 +0900 |
commit | e5843341e3ad8ff00332376cd0745026e4b5d45f (patch) | |
tree | 3be222f33d467f1e4da62c231bfe664dcb8cc6b1 | |
parent | 698fd6a2c3ca05ec796072defb5c415289a86cdc (diff) |
dma: shdma: add a MODULE_ALIAS() to allow module autoloading
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
-rw-r--r-- | drivers/dma/shdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/shdma.c b/drivers/dma/shdma.c index eb6b54dbb806..85ffd5e38c50 100644 --- a/drivers/dma/shdma.c +++ b/drivers/dma/shdma.c @@ -1213,3 +1213,4 @@ module_exit(sh_dmae_exit); MODULE_AUTHOR("Nobuhiro Iwamatsu <[email protected]>"); MODULE_DESCRIPTION("Renesas SH DMA Engine driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:sh-dma-engine"); |