x86/bugs: Make cpu_show_common() static
authorJiri Kosina <jkosina@suse.cz>
Thu, 10 May 2018 20:47:32 +0000 (22:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 10 May 2018 20:58:11 +0000 (22:58 +0200)
commit7bb4d366cba992904bffa4820d24e70a3de93e76
tree2742e288e359d0b5cb1f788789a18d7f767123e3
parentd66d8ff3d21667b41eddbe86b35ab411e40d8c5f
x86/bugs: Make cpu_show_common() static

cpu_show_common() is not used outside of arch/x86/kernel/cpu/bugs.c, so
make it static.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/bugs.c