diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/linux/console.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'include/linux/console.h')
-rw-r--r-- | include/linux/console.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index dedb082fe50..7453cfd593c 100644 --- a/include/linux/console.h +++ b/include/linux/console.h | |||
@@ -83,14 +83,8 @@ void give_up_console(const struct consw *sw); | |||
83 | int con_debug_enter(struct vc_data *vc); | 83 | int con_debug_enter(struct vc_data *vc); |
84 | int con_debug_leave(void); | 84 | int con_debug_leave(void); |
85 | #else | 85 | #else |
86 | static inline int con_debug_enter(struct vc_data *vc) | 86 | #define con_debug_enter(vc) (0) |
87 | { | 87 | #define con_debug_leave() (0) |
88 | return 0; | ||
89 | } | ||
90 | static inline int con_debug_leave(void) | ||
91 | { | ||
92 | return 0; | ||
93 | } | ||
94 | #endif | 88 | #endif |
95 | 89 | ||
96 | /* scroll */ | 90 | /* scroll */ |
@@ -158,7 +152,7 @@ extern int braille_register_console(struct console *, int index, | |||
158 | char *console_options, char *braille_options); | 152 | char *console_options, char *braille_options); |
159 | extern int braille_unregister_console(struct console *); | 153 | extern int braille_unregister_console(struct console *); |
160 | extern void console_sysfs_notify(void); | 154 | extern void console_sysfs_notify(void); |
161 | extern bool console_suspend_enabled; | 155 | extern int console_suspend_enabled; |
162 | 156 | ||
163 | /* Suspend and resume console messages over PM events */ | 157 | /* Suspend and resume console messages over PM events */ |
164 | extern void suspend_console(void); | 158 | extern void suspend_console(void); |