[PATCH 10/15] ACPICA: acopcode.h is private

From: Len Brown
Date: Wed Dec 31 2008 - 05:54:16 EST


From: Len Brown <len.brown@xxxxxxxxx>

Signed-off-by: Len Brown <len.brown@xxxxxxxxx>
---
{include/acpi => kernel/acpi/acpica}/acopcode.h | 0
kernel/acpi/acpica/psopcode.c | 2 +-
2 files changed, 1 insertions(+), 1 deletions(-)
rename {include/acpi => kernel/acpi/acpica}/acopcode.h (100%)

diff --git a/include/acpi/acopcode.h b/kernel/acpi/acpica/acopcode.h
similarity index 100%
rename from include/acpi/acopcode.h
rename to kernel/acpi/acpica/acopcode.h
diff --git a/kernel/acpi/acpica/psopcode.c b/kernel/acpi/acpica/psopcode.c
index b52e198..ccb9652 100644
--- a/kernel/acpi/acpica/psopcode.c
+++ b/kernel/acpi/acpica/psopcode.c
@@ -44,7 +44,7 @@
#include <acpi/acpi.h>
#include "accommon.h"
#include <acpi/acparser.h>
-#include <acpi/acopcode.h>
+#include "acopcode.h"
#include <acpi/amlcode.h>

#define _COMPONENT ACPI_PARSER
--
1.5.6.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/