]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sched: mark sched_create_sysfs_power_savings_entries() as __init
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 5 Jan 2009 11:18:02 +0000 (19:18 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Jan 2009 12:54:16 +0000 (13:54 +0100)
commit39aac64812da70f0af262f4700e67637338cbb3b
treed4b95c90675d009a5af67d4292f948fbe43fffc7
parent5359c32eb7402124abc9964d5d53639fe0739cea
sched: mark sched_create_sysfs_power_savings_entries() as __init

Impact: cleanup

The only caller is cpu_dev_init() which is marked as __init.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c