RE: [PATCH 06/11] drivers: acpi: Add appropriate ifdef conditions in exdump.c

2013-12-17 Thread Zheng, Lv
Hi, I think this patch is useless. It is possible to include dump code into Linux kernel for debugging purposes. Thus we should do cleanup in different way for them. Thanks -Lv > From: Rashika Kheria [mailto:rashika.khe...@gmail.com] > Sent: Tuesday, December 17, 2013 5:24 PM > > Enclose functi

[PATCH 06/11] drivers: acpi: Add appropriate ifdef conditions in exdump.c

2013-12-17 Thread Rashika Kheria
Enclose functions acpi_ex_dump_namespace_node() and acpi_ex_dump_object_descriptor() in appropriate ifdef condition of ACPI_FUTURE_USAGE in file acpica/exdump.c. This eliminates the following warnings in exdump.c: drivers/acpi/acpica/exdump.c:809:6: warning: no previous prototype for ‘acpi_ex_dum