ACPI: acpi_device_register() should call device_register()
authorAlex Chiang <achiang@hp.com>
Thu, 14 May 2009 14:31:32 +0000 (08:31 -0600)
committerLen Brown <len.brown@intel.com>
Thu, 18 Jun 2009 02:57:03 +0000 (22:57 -0400)
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 <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found