From: Rafael J. Wysocki Date: Mon, 8 Apr 2013 10:31:56 +0000 (+0200) Subject: Merge branch 'acpi-assorted' into linux-next X-Git-Tag: upstream/snapshot3+hdmi~5120^2~5^2~27^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f0c8aa0d0562954cdfa135efb827067de7ba855;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Merge branch 'acpi-assorted' into linux-next * acpi-assorted: PCI / ACPI: Don't query OSC support with all possible controls ACPI / processor_thermal: avoid null pointer deference error ACPI / fan: avoid null pointer deference error ACPI / video: Fix applying indexed initial brightness value. ACPI / video: Make logic a little easier to understand. ACPI / video: Fix brightness control initialization for some laptops. ACPI: Use resource_size() in osl.c ACPI / acpi_pad: Used PTR_RET ACPI: suppress compiler warning in container.c ACPI: suppress compiler warning in battery.c ACPI: suppress compiler warnings in processor_throttling.c ACPI: suppress compiler warnings in button.c ACPI: replace kmalloc+memcpy with kmemdup ACPI: Remove acpi_pci_bind_root() definition ACPI video: ignore BIOS backlight value for HP dm4 --- 0f0c8aa0d0562954cdfa135efb827067de7ba855 diff --cc drivers/acpi/container.c index f9f8a08,6624c01..e231516 --- a/drivers/acpi/container.c +++ b/drivers/acpi/container.c @@@ -26,10 -26,17 +26,12 @@@ * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -#include -#include -#include -#include -#include #include -#include -#include + +#include "internal.h" + #include "internal.h" + #define PREFIX "ACPI: " #define _COMPONENT ACPI_CONTAINER_COMPONENT