Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / include / linux / console.h
index f33016b..7a140f4 100644 (file)
@@ -148,6 +148,7 @@ struct console {
        struct tty_driver *(*device)(struct console *, int *);
        void    (*unblank)(void);
        int     (*setup)(struct console *, char *);
+       int     (*exit)(struct console *);
        int     (*match)(struct console *, char *name, int idx, char *options);
        short   flags;
        short   index;