mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
[PATCH] scsi_transport_spi build fix
On alpha: In file included from drivers/scsi/sym53c8xx_2/sym_glue.h:59, from drivers/scsi/sym53c8xx_2/sym_fw.c:40: include/scsi/scsi_transport_spi.h:57: error: field `dv_mutex' has incomplete type Cc: James Bottomley <James.Bottomley@steeleye.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
ab26a20bb0
commit
c8d338c8db
@ -22,6 +22,7 @@
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/transport_class.h>
|
||||
#include <linux/mutex.h>
|
||||
|
||||
struct scsi_transport_template;
|
||||
struct scsi_target;
|
||||
|
Loading…
Reference in New Issue
Block a user