projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f4601
)
[ACPI] comment out prototypes for new unused debug routines
author
Len Brown
<len.brown@intel.com>
Fri, 29 Jul 2005 04:01:00 +0000
(
00:01
-0400)
committer
Len Brown
<len.brown@intel.com>
Fri, 29 Jul 2005 04:03:17 +0000
(
00:03
-0400)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/executer/exdump.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/executer/exdump.c
b/drivers/acpi/executer/exdump.c
index 6158f5193f4af03367177a7ba020b9f2736737fa..fd13cc3db01882f8a6e9bb30a46b2f6e369ad671 100644
(file)
--- a/
drivers/acpi/executer/exdump.c
+++ b/
drivers/acpi/executer/exdump.c
@@
-78,7
+78,6
@@
static void
acpi_ex_out_address (
char *title,
acpi_physical_address value);
-#endif /* ACPI_FUTURE_USAGE */
static void
acpi_ex_dump_reference (
@@
-89,7
+88,7
@@
acpi_ex_dump_package (
union acpi_operand_object *obj_desc,
u32 level,
u32 index);
-
+#endif /* ACPI_FUTURE_USAGE */
/*******************************************************************************
*