From: Greg Kroah-Hartman Date: Wed, 14 Jun 2006 19:14:34 +0000 (-0700) Subject: [PATCH] Driver core: allow struct device to have a dev_t X-Git-Tag: v2.6.18-rc1~858^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23681e479129854305da1da32f7f1eaf635ef22c;p=pandora-kernel.git [PATCH] Driver core: allow struct device to have a dev_t This is the first step in moving class_device to being replaced by struct device. It allows struct device to export a dev_t and makes it easy to dynamically create and destroy struct device as long as they are associated with a specific class. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed