powerpc: Fallout from sysdev API changes
commit00bf6e906156b07cd641fe154ad0efe78f989692
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 23 Jul 2008 00:44:58 +0000 (23 10:44 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 25 Jul 2008 05:44:39 +0000 (25 15:44 +1000)
tree65c3fcb7f143dcfa3f59b49259e780c94400e2a5
parent9115d13453dee22473a1e8cacc90a8d64a9c4bc9
powerpc: Fallout from sysdev API changes

A struct sysdev_attribute * parameter was added to the show routine by
commit 4a0b2b4dbe1335b8b9886ba3dc85a145d5d938ed "sysdev: Pass the
attribute to the low level sysdev show/store function".

This eliminates a warning:

arch/powerpc/kernel/sysfs.c:538: warning: initialization from incompatible pointer type

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/sysfs.c