Skip to content

Commit

Permalink
cpu/hotplug: Remove unused function declaration cpu_set_state_online()
Browse files Browse the repository at this point in the history
Commit 5356297 ("cpu/hotplug: Remove cpu_report_state() and related unused cruft")
removed function but leave the declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230805110406.45900-1-yuehaibing@huawei.com
  • Loading branch information
Yue Haibing authored and Thomas Gleixner committed Aug 7, 2023
1 parent 52b38b7 commit 33af38d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ void arch_cpu_finalize_init(void);
static inline void arch_cpu_finalize_init(void) { }
#endif

void cpu_set_state_online(int cpu);
void play_idle_precise(u64 duration_ns, u64 latency_ns);

static inline void play_idle(unsigned long duration_us)
Expand Down

0 comments on commit 33af38d

Please sign in to comment.