Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

freezer: Remove unused inline function try_to_freeze_nowarn()

There is no caller in tree, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

YueHaibing and committed by
Rafael J. Wysocki
2efa3377 e49d033b

-1
-1
include/linux/freezer.h
··· 279 279 static inline void thaw_processes(void) {} 280 280 static inline void thaw_kernel_threads(void) {} 281 281 282 - static inline bool try_to_freeze_nowarn(void) { return false; } 283 282 static inline bool try_to_freeze(void) { return false; } 284 283 285 284 static inline void freezer_do_not_count(void) {}