From: Bjorn Helgaas Date: Mon, 21 Sep 2009 19:29:05 +0000 (+0000) Subject: ACPI: remove redundant "handle" and "parent" arguments X-Git-Tag: v2.6.32-rc1~18^2~2^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b7ed40aaf153d634aabff409a0dda675f37f45;p=pandora-kernel.git ACPI: remove redundant "handle" and "parent" arguments In several cases, functions take handle and parent device pointers in addition to acpi_device pointers. But the acpi_device structure contains both the handle and the parent pointer, so it's pointless and error-prone to pass them all. This patch removes the unnecessary "handle" and "parent" arguments. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed