aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/nsdumpdv.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-01-09 00:30:03 -0500
committerLen Brown <len.brown@intel.com>2009-01-09 03:31:01 -0500
commite2f7a7772880458edff1b1cc5a988947229fac26 (patch)
tree049be58c6b7de3d8453deaaa606d2080ade7d51f /drivers/acpi/acpica/nsdumpdv.c
parent95b482a8d31116f3f5c2a5089569393234d06385 (diff)
ACPICA: hide private headers
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/nsdumpdv.c')
-rw-r--r--drivers/acpi/acpica/nsdumpdv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/nsdumpdv.c b/drivers/acpi/acpica/nsdumpdv.c
index cc3df78258ed..41994fe7fbb8 100644
--- a/drivers/acpi/acpica/nsdumpdv.c
+++ b/drivers/acpi/acpica/nsdumpdv.c
@@ -42,7 +42,7 @@
42 */ 42 */
43 43
44#include <acpi/acpi.h> 44#include <acpi/acpi.h>
45#include <acpi/accommon.h> 45#include "accommon.h"
46 46
47/* TBD: This entire module is apparently obsolete and should be removed */ 47/* TBD: This entire module is apparently obsolete and should be removed */
48 48
@@ -50,7 +50,7 @@
50ACPI_MODULE_NAME("nsdumpdv") 50ACPI_MODULE_NAME("nsdumpdv")
51#ifdef ACPI_OBSOLETE_FUNCTIONS 51#ifdef ACPI_OBSOLETE_FUNCTIONS
52#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) 52#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
53#include <acpi/acnamesp.h> 53#include "acnamesp.h"
54/******************************************************************************* 54/*******************************************************************************
55 * 55 *
56 * FUNCTION: acpi_ns_dump_one_device 56 * FUNCTION: acpi_ns_dump_one_device