From: Lin Ming Date: Fri, 13 Nov 2009 02:06:08 +0000 (+0800) Subject: ACPICA: Add post-order callback to acpi_walk_namespace X-Git-Tag: v2.6.33-rc1~334^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2263576cfc6e8f6ab038126c3254404b9fcb1c33;p=pandora-kernel.git ACPICA: Add post-order callback to acpi_walk_namespace The existing interface only has a pre-order callback. This change adds an additional parameter for a post-order callback which will be more useful for bus scans. ACPICA BZ 779. Also update the external calls to acpi_walk_namespace. http://www.acpica.org/bugzilla/show_bug.cgi?id=779 Signed-off-by: Lin Ming Signed-off-by: Bob Moore Signed-off-by: Len Brown --- Reading git-diff-tree failed