diff options
author | J Freyensee <james_p_freyensee@linux.intel.com> | 2010-12-08 10:57:43 +0000 |
---|---|---|
committer | Alan Cox <alan@linux.intel.com> | 2010-12-08 10:57:43 +0000 |
commit | 5f251e92d16b5b46b9d54b69dfe9b4af0d598c7e (patch) | |
tree | d45802b61d7f2513ab713cdc6c6163e38f1fad49 /include/linux | |
parent | 54870cfe226dec1277d6c8b85b821e1d3523a5da (diff) | |
download | mrst-s0i3-test-5f251e92d16b5b46b9d54b69dfe9b4af0d598c7e.tar.gz mrst-s0i3-test-5f251e92d16b5b46b9d54b69dfe9b4af0d598c7e.tar.xz mrst-s0i3-test-5f251e92d16b5b46b9d54b69dfe9b4af0d598c7e.zip |
This patch renames ptirouter_ldisc to n_tracerouter to a more
linux kernel naming convention. NO added functionality or
bug fixes are in this patch; it's just a rename.
Signed-off-by: J Freyensee <james_p_freyensee@linux.intel.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index cfbfbabdbf6..8c3be65bc5e 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -50,7 +50,7 @@ #define N_CAIF 20 /* CAIF protocol for talking to modems */ #define N_GSM0710 21 /* GSM 0710 Mux */ #define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */ -#define N_PTIR 23 /* PTI cJTAG data routing for MIPI P1149.7 */ +#define N_TRACEROUTER 23 /* Trace data routing for MIPI P1149.7 */ /* * This character is the same as _POSIX_VDISABLE: it cannot be used as |