fb: Yet another band-aid for fixing lockdep mess
[profile/ivi/kernel-adaptation-intel-automotive.git] / include / linux / console.h
index 4ef4307..47b858c 100644 (file)
@@ -77,6 +77,7 @@ extern const struct consw prom_con;   /* SPARC PROM console */
 int con_is_bound(const struct consw *csw);
 int register_con_driver(const struct consw *csw, int first, int last);
 int unregister_con_driver(const struct consw *csw);
+int do_unregister_con_driver(const struct consw *csw);
 int take_over_console(const struct consw *sw, int first, int last, int deflt);
 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
 void give_up_console(const struct consw *sw);