sysdev: Fix type of sysdev class attribute in memory driver
authorAndi Kleen <andi@firstfloor.org>
Tue, 5 Jan 2010 11:48:06 +0000 (12:48 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Mar 2010 01:04:47 +0000 (17:04 -0800)
commit8564a6c140317de04a71eb203bdbb58845d69f9c
tree92a9044e3ea45ea25fb7ec0993f4a499c7625e63
parent1e395ab3d9b6aa09c5f0aa46a1b0a6fc5bd33133
sysdev: Fix type of sysdev class attribute in memory driver

This attribute is really a sysdev_class attribute, not a plain class attribute.

They are identical in layout currently, but this might not always be
the case.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/memory.c