From: Greg Kroah-Hartman Date: Wed, 21 May 2008 19:52:33 +0000 (-0700) Subject: driver core: remove device_create() X-Git-Tag: v2.6.27-rc1~866^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccea44fadca396b0f89aed5bdeb60e4abb212566;p=pandora-kernel.git driver core: remove device_create() There are no more users of this, and it is racy. Use device_create_drvdata() or device_create_vargs() instead. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed