]> git.baikalelectronics.ru Git - kernel.git/commit
x86/purgatory: Make functions and variables static
authorTobin C. Harding <me@tobin.cc>
Sun, 19 Feb 2017 23:12:35 +0000 (10:12 +1100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 1 Mar 2017 10:27:26 +0000 (11:27 +0100)
commitc3d8faf12f6deeedd9b4ff90f4f7f5dfc885a022
treee51d072f25472dd2db5d34db413d752c3a4e07ca
parent569287d6dcf573a211ae907fed6766da7f8f85da
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>
arch/x86/purgatory/purgatory.c