diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/pseries/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/power.c b/arch/powerpc/platforms/pseries/power.c index 73e69023d90a..08d7a5007167 100644 --- a/arch/powerpc/platforms/pseries/power.c +++ b/arch/powerpc/platforms/pseries/power.c | |||
@@ -57,7 +57,7 @@ static struct subsys_attribute auto_poweron_attr = { | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | #ifndef CONFIG_PM | 59 | #ifndef CONFIG_PM |
60 | decl_subsys(power,NULL,NULL); | 60 | decl_subsys(power, NULL); |
61 | 61 | ||
62 | static struct attribute *g[] = { | 62 | static struct attribute *g[] = { |
63 | &auto_poweron_attr.attr, | 63 | &auto_poweron_attr.attr, |