diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-25 04:45:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 13:53:28 -0400 |
commit | f557d0996a6f9c06912528ea85e1dba0fb7d485f (patch) | |
tree | 0abedc8b599c4111dc563bebde1e497611bde413 /drivers | |
parent | f16695f4ac088cf7593e113574046d2d7e5af5eb (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index eb02c3506800..f7a0d1a754fc 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -64,7 +64,6 @@ obj-$(CONFIG_BRIQ_PANEL) += briq_panel.o | |||
64 | obj-$(CONFIG_BFIN_OTP) += bfin-otp.o | 64 | obj-$(CONFIG_BFIN_OTP) += bfin-otp.o |
65 | 65 | ||
66 | obj-$(CONFIG_PRINTER) += lp.o | 66 | obj-$(CONFIG_PRINTER) += lp.o |
67 | obj-$(CONFIG_TIPAR) += tipar.o | ||
68 | 67 | ||
69 | obj-$(CONFIG_APM_EMULATION) += apm-emulation.o | 68 | obj-$(CONFIG_APM_EMULATION) += apm-emulation.o |
70 | 69 | ||