sysdev: the cpu probe/release attributes should be sysdev_class_attributes
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 15 Mar 2010 23:33:32 +0000 (10:33 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Mar 2010 14:12:19 +0000 (07:12 -0700)
commit67fc233f4fb67907861b4077cea5294035f80dc7
tree794f100bf32e481cab7be1443514d08caadc1c5a
parent462bd295a3d74c7d1641501bda549bccf404be5b
sysdev: the cpu probe/release attributes should be sysdev_class_attributes

This fixes these warnings:

drivers/base/cpu.c:264: warning: initialization from incompatible pointer type
drivers/base/cpu.c:265: warning: initialization from incompatible pointer type

Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/cpu.c