forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/scsi/aic7xxx/aic7xxx.h
....@@ -568,9 +568,6 @@
568568 ahc_io_ctx_t io_ctx;
569569 struct ahc_softc *ahc_softc;
570570 scb_flag flags;
571
-#ifndef __linux__
572
- bus_dmamap_t dmamap;
573
-#endif
574571 struct scb_platform_data *platform_data;
575572 struct sg_map_node *sg_map;
576573 struct ahc_dma_seg *sg_list;
....@@ -906,9 +903,6 @@
906903 struct ahc_softc {
907904 bus_space_tag_t tag;
908905 bus_space_handle_t bsh;
909
-#ifndef __linux__
910
- bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */
911
-#endif
912906 struct scb_data *scb_data;
913907
914908 struct scb *next_queued_scb;