serial: Don't comment out ws_[x|y]pixel field from winsize struct

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I3d2435c3950e8f60b50d9af8a54c65bd0d16f2e0
This commit is contained in:
Xiang Xiao 2021-03-26 12:38:35 +08:00 committed by Alan Carvalho de Assis
parent 4716fc929d
commit 3a97f51a8d
1 changed files with 2 additions and 3 deletions

View File

@ -208,9 +208,8 @@ struct winsize
uint16_t ws_row; uint16_t ws_row;
uint16_t ws_col; uint16_t ws_col;
/* uint16_t ws_xpixel; unused */ uint16_t ws_xpixel; /* unused */
uint16_t ws_ypixel; /* unused */
/* uint16_t ws_ypixel; unused */
}; };
/* Structure used with TIOCSRS485 and TIOCGRS485 (Linux compatible) */ /* Structure used with TIOCSRS485 and TIOCGRS485 (Linux compatible) */