Driver core: convert cpuid code to use struct device
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 8 Aug 2006 05:19:37 +0000 (22:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:52:00 +0000 (14:52 -0800)
commit07accdc18e014cad945013886ee34e09f859f88a
tree2602152c60f6f09aca2880fc2a80970586da4439
parenta271aaf15f492d202def1b34e447107b60fe4ece
Driver core: convert cpuid code to use struct device

Converts from using struct "class_device" to "struct device" making
everything show up properly in /sys/devices/ with symlinks from the
/sys/class directory.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/kernel/cpuid.c