Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

remove some more tipar bits

Some bits were missed when the tipar driver was removed.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
f557d099 f16695f4

-10
-2
Documentation/00-INDEX
··· 361 361 - directory with info on telephony (e.g. voice over IP) support. 362 362 time_interpolators.txt 363 363 - info on time interpolators. 364 - tipar.txt 365 - - information about Parallel link cable for Texas Instruments handhelds. 366 364 tty.txt 367 365 - guide to the locking policies of the tty layer. 368 366 uml/
-7
Documentation/kernel-parameters.txt
··· 2159 2159 <deci-seconds>: poll all this frequency 2160 2160 0: no polling (default) 2161 2161 2162 - tipar.timeout= [HW,PPT] 2163 - Set communications timeout in tenths of a second 2164 - (default 15). 2165 - 2166 - tipar.delay= [HW,PPT] 2167 - Set inter-bit delay in microseconds (default 10). 2168 - 2169 2162 tmscsim= [HW,SCSI] 2170 2163 See comment before function dc390_setup() in 2171 2164 drivers/scsi/tmscsim.c.
-1
drivers/char/Makefile
··· 64 64 obj-$(CONFIG_BFIN_OTP) += bfin-otp.o 65 65 66 66 obj-$(CONFIG_PRINTER) += lp.o 67 - obj-$(CONFIG_TIPAR) += tipar.o 68 67 69 68 obj-$(CONFIG_APM_EMULATION) += apm-emulation.o 70 69