Commit 79ee8304 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[SCSI] scsi_error.c should #include "scsi_transport_api.h"

Every file should #include the headers containing the prototypes for its
global functions (in this case for scsi_schedule_eh()).
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 305aad0b
......@@ -37,6 +37,7 @@
#include "scsi_priv.h"
#include "scsi_logging.h"
#include "scsi_transport_api.h"
#define SENSE_TIMEOUT (10*HZ)
......
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