From: Alex Chiang Date: Thu, 14 May 2009 14:31:32 +0000 (-0600) Subject: ACPI: acpi_device_register() should call device_register() X-Git-Tag: v2.6.31-rc1~12^2~9^12~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b12b922ed5b9b6bfc345d3d6c6de56b2982af7f;p=pandora-kernel.git ACPI: acpi_device_register() should call device_register() There is no apparent reason for acpi_device_register() to manually register a new device in two steps (initialize then add). Just call device_register() directly. Signed-off-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed