From: Robert P. J. Day Date: Sat, 13 Mar 2010 10:36:32 +0000 (+0000) Subject: drm: "kobject_init/kobject_add" -> "kobject_init_and_add". X-Git-Tag: v2.6.34-rc4~88^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b642ed06f2fccf62534f5269358776e0cba28f3c;p=pandora-kernel.git drm: "kobject_init/kobject_add" -> "kobject_init_and_add". Replace sequential calls to kobject_init() and kobject_add() with the combo wrapper kobject_init_and_add(), which provides the same semantics. Signed-off-by: Robert P. J. Day Signed-off-by: Dave Airlie --- Reading git-diff-tree failed