diff options
Diffstat (limited to 'drivers/tty/vt/vt.c')
| -rw-r--r-- | drivers/tty/vt/vt.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 0cfbb7182b5a..15d27698054a 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -3046,10 +3046,8 @@ int tioclinux(struct tty_struct *tty, unsigned long arg)  	switch (type)  	{  		case TIOCL_SETSEL: -			console_lock();  			ret = set_selection_user((struct tiocl_selection  						 __user *)(p+1), tty); -			console_unlock();  			break;  		case TIOCL_PASTESEL:  			ret = paste_selection(tty); |