]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ide/h8300/ide-h8300.c
ide: use PIO/MMIO operations directly where possible (v2)
[karo-tx-linux.git] / drivers / ide / h8300 / ide-h8300.c
index 608ca871744b1a7e4ca81ec468e9fc8702343fe0..c45bfb825a377a84ad1295ad6b6e8d3b6f12c993 100644 (file)
@@ -81,8 +81,6 @@ static inline void hwif_setup(ide_hwif_t *hwif)
        hwif->OUTSW = mm_outsw;
        hwif->INW   = mm_inw;
        hwif->INSW  = mm_insw;
-       hwif->OUTL  = NULL;
-       hwif->INL   = NULL;
        hwif->OUTSL = NULL;
        hwif->INSL  = NULL;
 }