From: Hanjun Guo Date: Sat, 17 Aug 2013 12:42:26 +0000 (+0800) Subject: drivers / dma-contiguous: Fix __init attribute location X-Git-Tag: v3.12-rc1~184^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebcac7c59e812d17237c13405aa6886199a1b90;p=pandora-kernel.git drivers / dma-contiguous: Fix __init attribute location __init belongs after the return type on functions, not before it. Signed-off-by: Hanjun Guo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed