From: Bjorn Helgaas Date: Wed, 25 Sep 2013 20:23:20 +0000 (-0600) Subject: ACPI / hotplug: Use kobject_init_and_add() instead of _init() and _add() X-Git-Tag: v3.13-rc1~96^2~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd3e2c99464c0391885d58dbe7c99a11d4c0289;p=pandora-kernel.git ACPI / hotplug: Use kobject_init_and_add() instead of _init() and _add() Use kobject_init_and_add() since we have nothing special to do between kobject_init() and kobject_add(). Signed-off-by: Bjorn Helgaas Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed