This series is a respin of patch "03/12"[1] with slightly more coverage.

[1] http://marc.info/?l=linux-acpi&m=143419843716724&w=4

The __refdata annotations used to be needed in __cpuinit times but those
are long gone (since v3.11). Now those annotations may serve as an
additional error source, hiding legitimate section mismatches.

This series drops the unneeded annotations and adds a comment to the
last legitimate remaining one below drivers/acpi/.

Please apply.


Mathias Krause (2):
  ACPI / processor: remove bogus __refdata annotations
  ACPI / OSL: add comment for the __ref annotation of
    acpi_os_unmap_iomem()

 drivers/acpi/acpi_processor.c   |    2 +-
 drivers/acpi/osl.c              |    3 +++
 drivers/acpi/processor_driver.c |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to