commit | 72042a8c7b01048a36ece216aaf206b7d60ca661 | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <me@tobin.cc> | Mon Feb 20 10:12:35 2017 +1100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Mar 01 11:27:26 2017 +0100 |
tree | e51d072f25472dd2db5d34db413d752c3a4e07ca | |
parent | 940b2f2fd963c043418ce8af64605783b2b19140 [diff] |
x86/purgatory: Make functions and variables static Sparse emits several 'symbol not declared' warnings for various functions and variables. Add static keyword to functions and variables which have file scope only. Signed-off-by: Tobin C. Harding <me@tobin.cc> Link: http://lkml.kernel.org/r/1487545956-2547-2-git-send-email-me@tobin.cc Signed-off-by: Thomas Gleixner <tglx@linutronix.de>