From: Mathias Krause Date: Mon, 25 Aug 2014 21:26:36 +0000 (+0200) Subject: x86/PCI: Move __init annotation to the correct place X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~10^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64474b5235e83cc5e6002dcdb37145850ad86194;p=pandora-kernel.git x86/PCI: Move __init annotation to the correct place According to include/linux/init.h, the __init annotation should be added immediately before the function name. However, for quite a few functions in mmconfig-shared.c this is not the case. It's either before the return type or even in the middle of it. Beside gcc still getting it right, we should change them to comply to the rules of include/linux/init.h. Signed-off-by: Mathias Krause Signed-off-by: Bjorn Helgaas Acked-by: Ingo Molnar --- Reading git-diff-tree failed