From: Mathias Krause Date: Sun, 19 Jul 2015 18:06:21 +0000 (+0200) Subject: cpu: Remove bogus __ref annotation of cpu_subsys_online() X-Git-Tag: omap-for-v4.3/fixes-merge-window~45^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda5867b6992e3de888b516c0ff0fa1f1ee881af;p=pandora-kernel.git cpu: Remove bogus __ref annotation of cpu_subsys_online() In commit 0db0628d9012 ("kernel: delete __cpuinit usage from all core kernel files") cpu_up() lost its __cpuinit annotation, vanishing the need for cpu_subsys_online() to have a __ref annotation. Just drop it to be able to catch real section mismatches in the future. Signed-off-by: Mathias Krause Cc: Paul Gortmaker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed