From: Greg Kroah-Hartman Date: Sat, 3 Jun 2017 09:41:07 +0000 (+0900) Subject: tty: reserve N_SPEAKUP number X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=47f58e32a27c647de0963386d2714d570b38e3d3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git tty: reserve N_SPEAKUP number Over in the staging tree, N_SPEAKUP is added, so to make life easier for merging and other development, also reserve it in the tty tree. Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h index 01c4410352ff..e7855dffd592 100644 --- a/include/uapi/linux/tty.h +++ b/include/uapi/linux/tty.h @@ -35,5 +35,6 @@ #define N_TRACESINK 23 /* Trace data routing for MIPI P1149.7 */ #define N_TRACEROUTER 24 /* Trace data routing for MIPI P1149.7 */ #define N_NCI 25 /* NFC NCI UART */ +#define N_SPEAKUP 26 /* Speakup communication with synths */ #endif /* _UAPI_LINUX_TTY_H */