]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/console_struct.h
Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert...
[linux.git] / include / linux / console_struct.h
index ed798e114663560efe329dbeb21fcb5f4c0ebfd9..24d4c16e3ae039f2f25033686f2bc15d5f1a1429 100644 (file)
@@ -168,9 +168,6 @@ extern void vc_SAK(struct work_struct *work);
 
 #define CUR_DEFAULT CUR_UNDERLINE
 
-static inline bool con_is_visible(const struct vc_data *vc)
-{
-       return *vc->vc_display_fg == vc;
-}
+bool con_is_visible(const struct vc_data *vc);
 
 #endif /* _LINUX_CONSOLE_STRUCT_H */