forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/drivers/scsi/aic7xxx/aic79xx.h
....@@ -607,9 +607,6 @@
607607 ahd_io_ctx_t io_ctx;
608608 struct ahd_softc *ahd_softc;
609609 scb_flag flags;
610
-#ifndef __linux__
611
- bus_dmamap_t dmamap;
612
-#endif
613610 struct scb_platform_data *platform_data;
614611 struct map_node *hscb_map;
615612 struct map_node *sg_map;
....@@ -1056,9 +1053,6 @@
10561053 struct ahd_softc {
10571054 bus_space_tag_t tags[2];
10581055 bus_space_handle_t bshs[2];
1059
-#ifndef __linux__
1060
- bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */
1061
-#endif
10621056 struct scb_data scb_data;
10631057
10641058 struct hardware_scb *next_queued_hscb;