PM / Hibernate: Do not initialize static and extern variables to 0
authorBarry Song <Baohua.Song@csr.com>
Wed, 12 Oct 2011 06:29:18 +0000 (23:29 -0700)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 16 Oct 2011 21:30:38 +0000 (23:30 +0200)
commitd231ff1af70a2df43d809173cf8c94e9c3beb853
treefa6efbb106f36738032bd035e10f54936d3b683d
parent27920651fe0d16a25632dc238e81b54f3a504869
PM / Hibernate: Do not initialize static and extern variables to 0

Static and extern variables in kernel/power/hibernate.c need not be
initialized to 0 explicitly, so remove those initializations.

[rjw: Modified subject, added changelog.]

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/power/hibernate.c