forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/scsi/aic7xxx/aic7xxx_93cx6.c
....@@ -64,15 +64,9 @@
6464 * bit to be sent from the chip.
6565 */
6666
67
-#ifdef __linux__
6867 #include "aic7xxx_osm.h"
6968 #include "aic7xxx_inline.h"
7069 #include "aic7xxx_93cx6.h"
71
-#else
72
-#include <dev/aic7xxx/aic7xxx_osm.h>
73
-#include <dev/aic7xxx/aic7xxx_inline.h>
74
-#include <dev/aic7xxx/aic7xxx_93cx6.h>
75
-#endif
7670
7771 /*
7872 * Right now, we only have to read the SEEPROM. But we make it easier to