commit | 23681e479129854305da1da32f7f1eaf635ef22c | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 14 12:14:34 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 12:40:49 2006 -0700 |
tree | 5677e3d851e8d65feeb64c9852e4dbb60e75ff41 | |
parent | aa49b9136e3d44cc264811d77eef4ded88456717 [diff] |
[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 <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>