diff options
| -rw-r--r-- | drivers/tty/vt/vt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index a8fa63cd3d93..85eaa17e37fb 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -495,9 +495,6 @@ int vc_uniscr_check(struct vc_data *vc) unsigned short *p; int x, y, mask; - if (__is_defined(NO_VC_UNI_SCREEN)) - return -EOPNOTSUPP; - WARN_CONSOLE_UNLOCKED(); if (!vc->vc_utf) |
