Commit 7549699b authored by Patrick Mochel's avatar Patrick Mochel

acpi: make headers look in <acpi/...> for other headers.

parent dc288c3c
......@@ -30,21 +30,21 @@
* We put them here because we don't want to duplicate them
* in the rest of the source code again and again.
*/
#include "acconfig.h" /* Configuration constants */
#include "platform/acenv.h" /* Target environment specific items */
#include "actypes.h" /* Fundamental common data types */
#include "acexcep.h" /* ACPI exception codes */
#include "acmacros.h" /* C macros */
#include "actbl.h" /* ACPI table definitions */
#include "aclocal.h" /* Internal data types */
#include "acoutput.h" /* Error output and Debug macros */
#include "acpiosxf.h" /* Interfaces to the ACPI-to-OS layer*/
#include "acpixf.h" /* ACPI core subsystem external interfaces */
#include "acobject.h" /* ACPI internal object */
#include "acstruct.h" /* Common structures */
#include "acglobal.h" /* All global variables */
#include "achware.h" /* Hardware defines and interfaces */
#include "acutils.h" /* Utility interfaces */
#include <acpi/acconfig.h> /* Configuration constants */
#include <acpi/platform/acenv.h> /* Target environment specific items */
#include <acpi/actypes.h> /* Fundamental common data types */
#include <acpi/acexcep.h> /* ACPI exception codes */
#include <acpi/acmacros.h> /* C macros */
#include <acpi/actbl.h> /* ACPI table definitions */
#include <acpi/aclocal.h> /* Internal data types */
#include <acpi/acoutput.h> /* Error output and Debug macros */
#include <acpi/acpiosxf.h> /* Interfaces to the ACPI-to-OS layer*/
#include <acpi/acpixf.h> /* ACPI core subsystem external interfaces */
#include <acpi/acobject.h> /* ACPI internal object */
#include <acpi/acstruct.h> /* Common structures */
#include <acpi/acglobal.h> /* All global variables */
#include <acpi/achware.h> /* Hardware defines and interfaces */
#include <acpi/acutils.h> /* Utility interfaces */
#endif /* __ACPI_H__ */
......@@ -27,7 +27,7 @@
#define __ACPI_DRIVERS_H__
#include <linux/acpi.h>
#include "acpi_bus.h"
#include <acpi/acpi_bus.h>
#define ACPI_MAX_STRING 80
......
......@@ -29,8 +29,8 @@
#ifndef __ACPIOSXF_H__
#define __ACPIOSXF_H__
#include "platform/acenv.h"
#include "actypes.h"
#include <acpi/platform/acenv.h>
#include <acpi/actypes.h>
/* Priorities for acpi_os_queue_for_execution */
......
......@@ -27,8 +27,8 @@
#ifndef __ACXFACE_H__
#define __ACXFACE_H__
#include "actypes.h"
#include "actbl.h"
#include <acpi/actypes.h>
#include <acpi/actbl.h>
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment