From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Thu, 25 Nov 2010 07:29:05 +0000 Subject: Re: [PATCH] dma: shdma: add a MODULE_ALIAS() to allow module autoloading Message-Id: <20101125072905.GE3270@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Nov 24, 2010 at 10:48:10AM +0100, Guennadi Liakhovetski wrote: > Signed-off-by: Guennadi Liakhovetski > --- > 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 eb6b54d..85ffd5e 100644 > --- a/drivers/dma/shdma.c > +++ b/drivers/dma/shdma.c > @@ -1213,3 +1213,4 @@ module_exit(sh_dmae_exit); > MODULE_AUTHOR("Nobuhiro Iwamatsu "); > MODULE_DESCRIPTION("Renesas SH DMA Engine driver"); > MODULE_LICENSE("GPL"); > +MODULE_ALIAS("platform:sh-dma-engine"); Applied, thanks.