diff options
Diffstat (limited to 'include/linux/tty.h')
| -rw-r--r-- | include/linux/tty.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 093935e97f42..e8d5d9997aca 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -227,7 +227,7 @@ struct tty_struct {  		unsigned long unused[0];  	} __aligned(sizeof(unsigned long)) ctrl; -	int hw_stopped; +	bool hw_stopped;  	unsigned int receive_room;  	int flow_change; @@ -387,7 +387,7 @@ extern struct ktermios tty_std_termios;  int vcs_init(void); -extern struct class *tty_class; +extern const struct class tty_class;  /**   *	tty_kref_get		-	get a tty reference  |