diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2009-03-13 19:08:26 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-03-17 07:09:24 +0100 |
commit | e60cc7a6f02598fc23c68a656fe9c263d6531ca0 (patch) | |
tree | 773f7e6c009f811e1d65373724c3386cc7186b81 /drivers/acpi/wakeup.c | |
parent | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... (diff) | |
download | linux-e60cc7a6f02598fc23c68a656fe9c263d6531ca0.tar.xz linux-e60cc7a6f02598fc23c68a656fe9c263d6531ca0.zip |
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>
Diffstat (limited to 'drivers/acpi/wakeup.c')
-rw-r--r-- | drivers/acpi/wakeup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/wakeup.c b/drivers/acpi/wakeup.c index 2d34806d45dd..3f29fd53e9a6 100644 --- a/drivers/acpi/wakeup.c +++ b/drivers/acpi/wakeup.c @@ -8,6 +8,8 @@ #include <acpi/acpi_drivers.h> #include <linux/kernel.h> #include <linux/types.h> + +#include "internal.h" #include "sleep.h" #define _COMPONENT ACPI_SYSTEM_COMPONENT |