summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/constants.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-08-20 21:27:27 +0200
committerJames Bottomley2005-08-28 18:14:10 +0200
commitde540a53f2f7b68a48c3021e5ab78ea49f6cf21c (patch)
tree9c4c2bfea134ad9a457b391bf389106f44a71449 /drivers/scsi/constants.c
parent[SCSI] add missing attribute container function prototype (diff)
downloadkernel-qcow2-linux-de540a53f2f7b68a48c3021e5ab78ea49f6cf21c.tar.gz
kernel-qcow2-linux-de540a53f2f7b68a48c3021e5ab78ea49f6cf21c.tar.xz
kernel-qcow2-linux-de540a53f2f7b68a48c3021e5ab78ea49f6cf21c.zip
[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 <bunk@stusta.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/constants.c')
-rw-r--r--drivers/scsi/constants.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c
index ec161733a82b..0d58d3538bdf 100644
--- a/drivers/scsi/constants.c
+++ b/drivers/scsi/constants.c
@@ -17,6 +17,7 @@
#include <scsi/scsi_host.h>
#include <scsi/scsi_request.h>
#include <scsi/scsi_eh.h>
+#include <scsi/scsi_dbg.h>