[PATCH 12/15] ACPICA: acpredef.h is private

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


From: Len Brown <len.brown@xxxxxxxxx>

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

diff --git a/include/acpi/acpredef.h b/kernel/acpi/acpica/acpredef.h
similarity index 100%
rename from include/acpi/acpredef.h
rename to kernel/acpi/acpica/acpredef.h
diff --git a/kernel/acpi/acpica/nspredef.c b/kernel/acpi/acpica/nspredef.c
index b03a27b..4527032 100644
--- a/kernel/acpi/acpica/nspredef.c
+++ b/kernel/acpi/acpica/nspredef.c
@@ -45,7 +45,7 @@
#include <acpi/acpi.h>
#include "accommon.h"
#include "acnamesp.h"
-#include <acpi/acpredef.h>
+#include "acpredef.h"

#define _COMPONENT ACPI_NAMESPACE
ACPI_MODULE_NAME("nspredef")
--
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/