From 857789c8570bd1a17a1a3cd3ccd106125f42b297 Mon Sep 17 00:00:00 2001 From: Christian Krafft Date: Thu, 7 Dec 2006 19:01:16 +0100 Subject: [PATCH] --- yaml --- r: 44227 b: refs/heads/master c: 22b6e590478ae8757f0411cf16a24c25d8dfea86 h: refs/heads/master i: 44225: 7335fa79921633dfc90bfe1d30d7da212658a35f 44223: aaa64389ce7a5fca672c961e9892ad426d639715 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/cell/cbe_thermal.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d2bd3ff36d64..68865b056ef1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 18414ec0b56783f625edb95a9499bcb0ef12d6b8 +refs/heads/master: 22b6e590478ae8757f0411cf16a24c25d8dfea86 diff --git a/trunk/arch/powerpc/platforms/cell/cbe_thermal.c b/trunk/arch/powerpc/platforms/cell/cbe_thermal.c index 616a0a3fd0e2..70e0d968d30f 100644 --- a/trunk/arch/powerpc/platforms/cell/cbe_thermal.c +++ b/trunk/arch/powerpc/platforms/cell/cbe_thermal.c @@ -115,6 +115,7 @@ static struct sysdev_attribute attr_spu_temperature = { static struct attribute *spu_attributes[] = { &attr_spu_temperature.attr, + NULL, }; static struct attribute_group spu_attribute_group = { @@ -135,6 +136,7 @@ static struct sysdev_attribute attr_ppe_temperature1 = { static struct attribute *ppe_attributes[] = { &attr_ppe_temperature0.attr, &attr_ppe_temperature1.attr, + NULL, }; static struct attribute_group ppe_attribute_group = {