commit | 1fc439c81312cd27aed553964c0d9d48946582ce | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <me@tobin.cc> | Mon Mar 06 19:25:31 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Mar 20 19:02:49 2017 +1100 |
tree | 9e5d2dfaf19c133ebbfea672fc5f0baa4623afc3 | |
parent | 017614a5d6c09ec9e0dc3fd46a5018c20b407d92 [diff] |
powerpc/swsusp: Include suspend.h to silence sparse warnings Sparse emits two symbol not declared warnings for swsusp.c. The two functions, save_processor_state() and restore_processor_state() are declared already in suspend.h, so include it. Signed-off-by: Tobin C. Harding <me@tobin.cc> Reviewed-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>