Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel...
[deliverable/linux.git] / include / linux / console.h
index ea731af2451ee3607c16fda14d50fa684a54f03b..e49cc1ef19be14fbfe4db94614461f9875b64610 100644 (file)
@@ -191,6 +191,8 @@ void vcs_remove_sysfs(int index);
 
 #ifdef CONFIG_VGA_CONSOLE
 extern bool vgacon_text_force(void);
+#else
+static inline bool vgacon_text_force(void) { return false; }
 #endif
 
 #endif /* _LINUX_CONSOLE_H */
This page took 0.025176 seconds and 5 git commands to generate.