• James Bottomley's avatar
    scsi.h uses "u8" which isn't defined. · 4277ddc2
    James Bottomley authored
    From:   Muli Ben-Yehuda <mulix@mulix.org>
    
    IMO, it's more correct to include <linux/types.h> in scsi.h, which
    will bring in u8 and make scsi.h compilable on its own (provided
    __KERNEL__ is defined, as it should be). 
    4277ddc2
scsi.h 8.35 KB