aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/h8300/ide-h8300.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/h8300/ide-h8300.c')
-rw-r--r--drivers/ide/h8300/ide-h8300.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ide/h8300/ide-h8300.c b/drivers/ide/h8300/ide-h8300.c
index 6bd143cf0891..ecf53bb0d2aa 100644
--- a/drivers/ide/h8300/ide-h8300.c
+++ b/drivers/ide/h8300/ide-h8300.c
@@ -176,9 +176,6 @@ static inline void hwif_setup(ide_hwif_t *hwif)
176 176
177 hwif->input_data = h8300_input_data; 177 hwif->input_data = h8300_input_data;
178 hwif->output_data = h8300_output_data; 178 hwif->output_data = h8300_output_data;
179
180 hwif->OUTW = mm_outw;
181 hwif->INW = mm_inw;
182} 179}
183 180
184static int __init h8300_ide_init(void) 181static int __init h8300_ide_init(void)