Commit 4277ddc2 authored by James Bottomley's avatar James Bottomley

scsi.h uses "u8" which isn't defined.

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). 
parent 2f1b8457
......@@ -14,6 +14,8 @@
*/
#include <linux/types.h>
/*
* SCSI command lengths
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment