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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/h8300/ide-h8300.c b/drivers/ide/h8300/ide-h8300.c
index 90702f79d560..b5d6508d39bb 100644
--- a/drivers/ide/h8300/ide-h8300.c
+++ b/drivers/ide/h8300/ide-h8300.c
@@ -90,11 +90,7 @@ static inline void hwif_setup(ide_hwif_t *hwif)
90 hwif->output_data = h8300_output_data; 90 hwif->output_data = h8300_output_data;
91 91
92 hwif->OUTW = mm_outw; 92 hwif->OUTW = mm_outw;
93 hwif->OUTSW = mm_outsw;
94 hwif->INW = mm_inw; 93 hwif->INW = mm_inw;
95 hwif->INSW = mm_insw;
96 hwif->OUTSL = NULL;
97 hwif->INSL = NULL;
98} 94}
99 95
100static int __init h8300_ide_init(void) 96static int __init h8300_ide_init(void)