diff options
author | Tony Lindgren <tony@atomide.com> | 2010-12-10 18:44:39 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-12-10 18:44:39 +0100 |
commit | 67b738ef32df7ec429004866d2a739a3775894d2 (patch) | |
tree | 5c67fa0cea6cc7298321480eda2df04bef795305 /drivers/dma/shdma.c | |
parent | Merge branch 'devel-cleanup' into omap-for-linus (diff) | |
parent | omap2+: Initialize omap_irq_base for entry-macro.S from platform code (diff) | |
download | linux-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.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 <iwamatsu.nobuhiro@renesas.com>"); MODULE_DESCRIPTION("Renesas SH DMA Engine driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:sh-dma-engine"); |