The line discipline numbers N_* are currently defined for each architecture individually, but (except for a seeming mistake) identically, in asm/termios.h. There is no obvious reason why these numbers should be architecture specific, nor any apparent relationship with the termios structure. The total number of these, NR_LDISCS, is defined in linux/tty.h anyway. So I propose the following patch which moves the definitions of the individual line disciplines to linux/tty.h too. Three of these numbers (N_MASC, N_PROFIBUS_FDL, and N_SMSBLOCK) are unused in the current kernel, but the patch still keeps the complete set in case there are plans to use them yet. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
|---|---|---|
| .. | ||
| a.out.h | ||
| anna.h | ||
| as85ep1.h | ||
| asm.h | ||
| atomic.h | ||
| auxvec.h | ||
| bitops.h | ||
| bug.h | ||
| bugs.h | ||
| byteorder.h | ||
| cache.h | ||
| cacheflush.h | ||
| checksum.h | ||
| clinkage.h | ||
| cputime.h | ||
| current.h | ||
| delay.h | ||
| device.h | ||
| div64.h | ||
| dma-mapping.h | ||
| dma.h | ||
| elf.h | ||
| emergency-restart.h | ||
| entry.h | ||
| errno.h | ||
| fcntl.h | ||
| flat.h | ||
| fpga85e2c.h | ||
| futex.h | ||
| gbus_int.h | ||
| hardirq.h | ||
| highres_timer.h | ||
| hw_irq.h | ||
| io.h | ||
| ioctl.h | ||
| ioctls.h | ||
| ipc.h | ||
| ipcbuf.h | ||
| irq.h | ||
| Kbuild | ||
| kmap_types.h | ||
| linkage.h | ||
| local.h | ||
| ma.h | ||
| ma1.h | ||
| machdep.h | ||
| macrology.h | ||
| me2.h | ||
| mman.h | ||
| mmu.h | ||
| mmu_context.h | ||
| module.h | ||
| msgbuf.h | ||
| mutex.h | ||
| namei.h | ||
| page.h | ||
| param.h | ||
| pci.h | ||
| percpu.h | ||
| pgalloc.h | ||
| pgtable.h | ||
| poll.h | ||
| posix_types.h | ||
| processor.h | ||
| ptrace.h | ||
| resource.h | ||
| rte_cb.h | ||
| rte_ma1_cb.h | ||
| rte_mb_a_pci.h | ||
| rte_me2_cb.h | ||
| rte_nb85e_cb.h | ||
| scatterlist.h | ||
| sections.h | ||
| segment.h | ||
| semaphore.h | ||
| sembuf.h | ||
| serial.h | ||
| setup.h | ||
| shmbuf.h | ||
| shmparam.h | ||
| sigcontext.h | ||
| siginfo.h | ||
| signal.h | ||
| sim.h | ||
| sim85e2.h | ||
| sim85e2c.h | ||
| sim85e2s.h | ||
| simsyscall.h | ||
| socket.h | ||
| sockios.h | ||
| stat.h | ||
| statfs.h | ||
| string.h | ||
| system.h | ||
| teg.h | ||
| termbits.h | ||
| termios.h | ||
| thread_info.h | ||
| timex.h | ||
| tlb.h | ||
| tlbflush.h | ||
| topology.h | ||
| types.h | ||
| uaccess.h | ||
| ucontext.h | ||
| unaligned.h | ||
| unistd.h | ||
| user.h | ||
| v850e.h | ||
| v850e2.h | ||
| v850e2_cache.h | ||
| v850e_cache.h | ||
| v850e_intc.h | ||
| v850e_timer_c.h | ||
| v850e_timer_d.h | ||
| v850e_uart.h | ||
| v850e_uarta.h | ||
| v850e_uartb.h | ||
| v850e_utils.h | ||