diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 8c8119ffee1204cf42dc6a4210fb15d435ddf7f0..1c78d56c57e546cf6492e075e6c5ad5604144457 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -86,6 +86,7 @@ int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc); #define con_copy_unimap(d, s) (0) #define con_get_unimap(vc, ct, uct, list) (-EINVAL) #define con_free_unimap(vc) do { ; } while (0) +#define con_protect_unimap(vc, rdonly) do { ; } while (0) #define vc_translate(vc, c) (c) #endif