]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1160626f77623cbc25f9214b5ade3156653576c
tree794f100bf32e481cab7be1443514d08caadc1c5a
parent998e8c6df4bdfbed1195851452f97fae1466b58f
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