]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/cpu/bugs.c
x86/bugs: Make cpu_show_common() static
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / cpu / bugs.c
index d28b541a65449a4087756b7dd35ef0628e5a00ea..2443b9580e9449e7c4ed8cdafd32774e6b89038f 100644 (file)
@@ -598,7 +598,7 @@ void x86_spec_ctrl_setup_ap(void)
 }
 
 #ifdef CONFIG_SYSFS
-ssize_t cpu_show_common(struct device *dev, struct device_attribute *attr,
+static ssize_t cpu_show_common(struct device *dev, struct device_attribute *attr,
                        char *buf, unsigned int bug)
 {
        if (!boot_cpu_has_bug(bug))