From: Bjorn Helgaas Date: Wed, 8 Apr 2009 15:39:59 +0000 (+0000) Subject: ACPI: button: remove button->device pointer X-Git-Tag: v2.6.30-rc4~50^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106c19e7b978e1b84ea5cabbd470a0ddced577c8;p=pandora-kernel.git ACPI: button: remove button->device pointer We no longer need a pointer from struct acpi_button back to the struct acpi_device. Everywhere we used that pointer, we either already have, or can easily get, the acpi_device pointer without using the copy from acpi_button. So this patch removes the structure element. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed