]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/cpu/mtrr/mtrr.h
x86: Apply more __ro_after_init and const
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / cpu / mtrr / mtrr.h
index 6c7ced07d16d1181c6ef21f4f2252ef63019a77b..ad8bd763efa52bd0426f2d756783c00f257b1f2a 100644 (file)
@@ -54,7 +54,7 @@ void fill_mtrr_var_range(unsigned int index,
 bool get_mtrr_state(void);
 void mtrr_bp_pat_init(void);
 
-extern void set_mtrr_ops(const struct mtrr_ops *ops);
+extern void __init set_mtrr_ops(const struct mtrr_ops *ops);
 
 extern u64 size_or_mask, size_and_mask;
 extern const struct mtrr_ops *mtrr_if;