driver core: create a private portion of struct device
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Dec 2008 20:23:36 +0000 (12:23 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 18:44:32 +0000 (10:44 -0800)
This is to be used to move things out of struct device that no code
outside of the driver core should ever touch.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found