X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;h=918a29763aea3e0afb58cb78d62db873bad16169;hb=7b69a4c360e8787877ebf5e42609b8bab13afa6a;hp=530ae3f4248ccb6afb3dfe84cee7c1264e32ca38;hpb=88f07ffb63add018bfafd480ec6a294088277f06;p=pandora-kernel.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 530ae3f4248c..918a29763aea 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -6,7 +6,6 @@ * with information needed by the vt package */ -#include #include #include #include @@ -27,6 +26,7 @@ extern void kd_mksound(unsigned int hz, unsigned int ticks); extern int kbd_rate(struct kbd_repeat *rep); +extern int fg_console, last_console, want_console; /* console.c */ @@ -73,11 +73,6 @@ int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc); int vt_waitactive(int vt); void change_console(struct vc_data *new_vc); void reset_vc(struct vc_data *vc); -#ifdef CONFIG_VT -int is_console_suspend_safe(void); -#else -static inline int is_console_suspend_safe(void) { return 1; } -#endif /* * vc_screen.c shares this temporary buffer with the console write code so that