diff options
author | Matt Porter <mporter@ti.com> | 2012-04-20 11:28:25 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-20 12:48:27 -0400 |
commit | 991214386dee8a3cd9adc743778f472ac8a12bbc (patch) | |
tree | 206e223e020176c4c6cc8cb6e7d4e01912d08a2a /drivers/parport/parport_atari.c | |
parent | 1790625feb3904f54c82e469a2e5997c3a01f4fa (diff) |
parport: remove unused dead code from lowlevel drivers
This unused code has been untouched for over 7 years and must
go.
Signed-off-by: Matt Porter <mporter@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/parport/parport_atari.c')
-rw-r--r-- | drivers/parport/parport_atari.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/parport/parport_atari.c b/drivers/parport/parport_atari.c index 0b28fccec03f..7ad59ac68cf6 100644 --- a/drivers/parport/parport_atari.c +++ b/drivers/parport/parport_atari.c | |||
@@ -130,15 +130,6 @@ parport_atari_data_forward(struct parport *p) | |||
130 | static void | 130 | static void |
131 | parport_atari_data_reverse(struct parport *p) | 131 | parport_atari_data_reverse(struct parport *p) |
132 | { | 132 | { |
133 | #if 0 /* too dangerous, can kill sound chip */ | ||
134 | unsigned long flags; | ||
135 | |||
136 | local_irq_save(flags); | ||
137 | /* Soundchip port B as input. */ | ||
138 | sound_ym.rd_data_reg_sel = 7; | ||
139 | sound_ym.wd_data = sound_ym.rd_data_reg_sel & ~0x40; | ||
140 | local_irq_restore(flags); | ||
141 | #endif | ||
142 | } | 133 | } |
143 | 134 | ||
144 | static struct parport_operations parport_atari_ops = { | 135 | static struct parport_operations parport_atari_ops = { |