X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;h=d961635d0e618038cae7ebbcc3abcacddce4f59d;hb=49d687b636c1f7e9a14faab7bd654f9fb88ecd11;hp=e0db669998f3e98ff72dbc02ca230aad82c8a75c;hpb=bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775;p=powerpc.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index e0db669998..d961635d0e 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -82,7 +83,7 @@ void reset_vc(struct vc_data *vc); #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) extern char con_buf[CON_BUF_SIZE]; -extern struct semaphore con_buf_sem; +extern struct mutex con_buf_mtx; extern char vt_dont_switch; struct vt_spawn_console {