summaryrefslogtreecommitdiffstats
path: root/drivers/dma/shdma.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-12-10 18:44:39 +0100
committerTony Lindgren <tony@atomide.com>2010-12-10 18:44:39 +0100
commit67b738ef32df7ec429004866d2a739a3775894d2 (patch)
tree5c67fa0cea6cc7298321480eda2df04bef795305 /drivers/dma/shdma.c
parentMerge branch 'devel-cleanup' into omap-for-linus (diff)
parentomap2+: Initialize omap_irq_base for entry-macro.S from platform code (diff)
downloadlinux-67b738ef32df7ec429004866d2a739a3775894d2.tar.xz
linux-67b738ef32df7ec429004866d2a739a3775894d2.zip
Merge branch 'devel-omap-irq' into omap-for-linus
Diffstat (limited to 'drivers/dma/shdma.c')
-rw-r--r--drivers/dma/shdma.c1
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 <iwamatsu.nobuhiro@renesas.com>");
MODULE_DESCRIPTION("Renesas SH DMA Engine driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:sh-dma-engine");