Skip to content

Commit

Permalink
[SCSI] scsi_error.c should #include "scsi_transport_api.h"
Browse files Browse the repository at this point in the history
Every file should #include the headers containing the prototypes for its
global functions (in this case for scsi_schedule_eh()).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Oct 12, 2007
1 parent 305aad0 commit 79ee830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#include "scsi_priv.h"
#include "scsi_logging.h"
#include "scsi_transport_api.h"

#define SENSE_TIMEOUT (10*HZ)

Expand Down

0 comments on commit 79ee830

Please sign in to comment.