Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux...
[linux-2.6-microblaze.git] / include / linux / console_struct.h
index ed798e1..24d4c16 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 */