]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: move private declarations to internal.h
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Fri, 13 Mar 2009 18:08:26 +0000 (12:08 -0600)
committerLen Brown <len.brown@intel.com>
Tue, 17 Mar 2009 06:09:24 +0000 (02:09 -0400)
commit9be4852c5ed691154a11e4bf14f99931588f7352
tree773f7e6c009f811e1d65373724c3386cc7186b81
parentf6cc9e2ad1cb4ee0ca35a68f8c9a2b6626582f1c
ACPI: move private declarations to internal.h

A number of things that shouldn't be exposed outside the ACPI core
were declared in include/acpi/acpi_drivers.h, where anybody can
see them.  This patch moves those declarations to a new "internal.h"
inside drivers/acpi.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/bus.c
drivers/acpi/internal.h [new file with mode: 0644]
drivers/acpi/scan.c
drivers/acpi/sleep.c
drivers/acpi/wakeup.c
include/acpi/acpi_drivers.h