ACPI / processor: remove leftover __refdata annotations
authorMathias Krause <minipli@googlemail.com>
Sun, 19 Jul 2015 16:50:38 +0000 (18:50 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Jul 2015 23:01:46 +0000 (01:01 +0200)
commit8ce344c66e3ce122585cfe68be1ef0ffd176380d
treecb28565e83f8c33c0d203506d3dadc7167971850
parent52721d9d3334c1cb1f76219a161084094ec634dc
ACPI / processor: remove leftover __refdata annotations

The processor_handler structure does not reference any __init / __exit
code or data. Therefore the __refdata annotation is not needed. It used
to be prior to commit fe7bf106ebc2 ("acpi: delete __cpuinit usage from
all acpi files") due to the __cpuinit annotation of acpi_processor_add().
But with that commit in place that requirement has gone.

The same is true for the acpi_cpu_notifier notifier block.
acpi_cpu_soft_notify() used to be marked __cpuinit but lost its
annotation in the above mentioned commit as well. Therefore the __refdata
annotation isn't needed there either.

Just drop the unneded __refdata annotations to be able to catch future
section mismatches.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_processor.c
drivers/acpi/processor_driver.c
This page took 0.031362 seconds and 5 git commands to generate.