kernel/drivers/scsi/aic7xxx/aic7xxx_93cx6.c
.. .. @@ -64,15 +64,9 @@ 64 64 * bit to be sent from the chip. 65 65 */ 66 66 67 -#ifdef __linux__68 67 #include "aic7xxx_osm.h" 69 68 #include "aic7xxx_inline.h" 70 69 #include "aic7xxx_93cx6.h" 71 -#else72 -#include <dev/aic7xxx/aic7xxx_osm.h>73 -#include <dev/aic7xxx/aic7xxx_inline.h>74 -#include <dev/aic7xxx/aic7xxx_93cx6.h>75 -#endif76 70 77 71 /* 78 72 * Right now, we only have to read the SEEPROM. But we make it easier to