diff options
author | 2024-07-10 11:41:55 +0200 | |
---|---|---|
committer | 2024-07-11 15:58:28 +0200 | |
commit | a3da15389112a28633e4c340e4841faab29df3b7 (patch) | |
tree | c1595625e54c81938240c3299a34658a44e79845 /scripts/generate_rust_analyzer.py | |
parent | sparc64: Fix prototype warning for prom_get_mmu_ihandle (diff) | |
download | linux-rng-a3da15389112a28633e4c340e4841faab29df3b7.tar.xz linux-rng-a3da15389112a28633e4c340e4841faab29df3b7.zip |
sparc64: Fix prototype warnings in hibernate.c
Fix the following warnings:
arch/sparc/power/hibernate.c:22:5: warning: no previous prototype for ‘pfn_is_nosave’
arch/sparc/power/hibernate.c:30:6: warning: no previous prototype for ‘save_processor_state’
arch/sparc/power/hibernate.c:35:6: warning: no previous prototype for ‘restore_processor_state’
The prototypes are available from linux/suspend.h so include that.
Link: https://lore.kernel.org/r/20240710094155.458731-5-andreas@gaisler.com
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions