cpu: Remove bogus __ref annotation of cpu_subsys_online()
authorMathias Krause <minipli@googlemail.com>
Sun, 19 Jul 2015 18:06:21 +0000 (20:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 22:18:26 +0000 (15:18 -0700)
commiteda5867b6992e3de888b516c0ff0fa1f1ee881af
treeb28e028896a69f37c77e59cd1a52f85c69282e25
parenta885de67157e8e65b92af2e0a77f6eadd112d0b7
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 <minipli@googlemail.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/cpu.c
This page took 0.029892 seconds and 5 git commands to generate.