From: Adrian Bunk Date: Sat, 20 Aug 2005 19:27:27 +0000 (+0200) Subject: [SCSI] drivers/scsi/constants.c should include scsi_dbg.h X-Git-Tag: v2.6.14-rc1~522^2~12^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=de540a53f2f7b68a48c3021e5ab78ea49f6cf21c;p=linux-2.6-omap-h63xx.git [SCSI] drivers/scsi/constants.c should include scsi_dbg.h C files should include the files with the prototypes for their global functions. Signed-off-by: Adrian Bunk Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c index ec161733a82..0d58d3538bd 100644 --- a/drivers/scsi/constants.c +++ b/drivers/scsi/constants.c @@ -17,6 +17,7 @@ #include #include #include +#include