serial/pty: Decouple SUSv1 style from pseudo fs operation

and always enable BSD style PTYs since this feature doesn't
consume the additional code size

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-02-07 01:31:01 +08:00
committed by Xiang Xiao
parent 0000e61da6
commit 845640bc33
6 changed files with 96 additions and 95 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ int ptmx_register(void);
*
****************************************************************************/
#ifdef CONFIG_PSEUDOTERM_BSD
#ifdef CONFIG_PSEUDOTERM
int pty_register(int minor);
#endif