cgroup: get rid of cgroup_freezer_frozen_exit()
[sfrench/cifs-2.6.git] / include / linux / vt_kern.h
index 3fd07912909cddc74a30a5d3983d906563017e66..8dc77e40bc03875a3adfde0d85a8441a627ab4f0 100644 (file)
@@ -135,13 +135,6 @@ extern int do_unbind_con_driver(const struct consw *csw, int first, int last,
                             int deflt);
 int vty_init(const struct file_operations *console_fops);
 
-static inline bool vt_force_oops_output(struct vc_data *vc)
-{
-       if (oops_in_progress && vc->vc_panic_force_write  && panic_timeout >= 0)
-               return true;
-       return false;
-}
-
 extern char vt_dont_switch;
 extern int default_utf8;
 extern int global_cursor_default;