]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/acpi/acpiosxf.h
ACPICA: Fix acpi_os_read_pci_configuration prototype
authorBob Moore <robert.moore@intel.com>
Fri, 6 Aug 2010 00:57:53 +0000 (08:57 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 1 Oct 2010 05:46:31 +0000 (01:46 -0400)
commitc5f0231ee6b0441e4c45f461f2b6652b10195494
tree9454a93eb86c77169e5049c2b2484a0d56fd44d7
parent899611ee7d373e5eeda08e9a8632684e1ebbbf00
ACPICA: Fix acpi_os_read_pci_configuration prototype

Prototype in acpiosxf.h had the output value pointer as a (u32 *).
Should be a (u64 *).

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/exregion.c
drivers/acpi/osl.c
include/acpi/acpiosxf.h