aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/console.h')
-rw-r--r--include/linux/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/console.h b/include/linux/console.h
index ea731af2451e..e49cc1ef19be 100644
--- a/include/linux/console.h
+++ b/include/linux/console.h
@@ -191,6 +191,8 @@ void vcs_remove_sysfs(int index);
191 191
192#ifdef CONFIG_VGA_CONSOLE 192#ifdef CONFIG_VGA_CONSOLE
193extern bool vgacon_text_force(void); 193extern bool vgacon_text_force(void);
194#else
195static inline bool vgacon_text_force(void) { return false; }
194#endif 196#endif
195 197
196#endif /* _LINUX_CONSOLE_H */ 198#endif /* _LINUX_CONSOLE_H */