]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] scsi_error.c should #include "scsi_transport_api.h"
authorAdrian Bunk <bunk@stusta.de>
Fri, 10 Aug 2007 21:50:42 +0000 (14:50 -0700)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:40:18 +0000 (14:40 -0400)
commit9367d1903ce98c6f4851fc0c1d5d71876d60bc10
treeed75cc289181db3f0c3d71edec2fa83ab39ded24
parent69d9dc7cf6b4273dd8f7fc671e2488c5249cc3dd
[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: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_error.c