]> git.baikalelectronics.ru Git - kernel.git/commit
drivers / dma-contiguous: Fix __init attribute location
authorHanjun Guo <hanjun.guo@linaro.org>
Sat, 17 Aug 2013 12:42:26 +0000 (20:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 00:10:10 +0000 (17:10 -0700)
commita8e3e5e3bd480a93457c9f059926418dc3524fa2
tree3b9f6493a824115a22dd40f822c040e75e7732b7
parent163ad8a709aaeec313eb7893bc9b8d94bc6c0522
drivers / dma-contiguous: Fix __init attribute location

__init belongs after the return type on functions, not before it.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/dma-contiguous.c