From: Heiko Carstens Date: Fri, 12 Feb 2010 10:19:24 +0000 (+0100) Subject: sysdev: fix missing s390 conversion X-Git-Tag: v2.6.34-rc1~1^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fbcae57db69128c14080a7a5a42d0626bfe155c;p=platform%2Fkernel%2Flinux-stable.git sysdev: fix missing s390 conversion In linux-next "sysdev: Pass attribute in sysdev_class attributes show/store" forgot to convert one place in s390 code. Here is the missing part. Cc: Andi Kleen Cc: Martin Schwidefsky Signed-off-by: Heiko Carstens Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c index e212109..29f65bc 100644 --- a/arch/s390/kernel/smp.c +++ b/arch/s390/kernel/smp.c @@ -1033,7 +1033,9 @@ static ssize_t __ref rescan_store(struct sysdev_class *class, static SYSDEV_CLASS_ATTR(rescan, 0200, NULL, rescan_store); #endif /* CONFIG_HOTPLUG_CPU */ -static ssize_t dispatching_show(struct sysdev_class *class, char *buf) +static ssize_t dispatching_show(struct sysdev_class *class, + struct sysdev_class_attribute *attr, + char *buf) { ssize_t count;