projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caca177
)
[SCSI] drivers/scsi/constants.c should include scsi_dbg.h
author
Adrian Bunk
<bunk@stusta.de>
Sat, 20 Aug 2005 19:27:27 +0000
(21:27 +0200)
committer
James Bottomley
<jejb@mulgrave.(none)>
Sun, 28 Aug 2005 16:14:10 +0000
(11:14 -0500)
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>
drivers/scsi/constants.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/constants.c
b/drivers/scsi/constants.c
index ec161733a82bc7a8bfa677ef0c23d5eae77255d5..0d58d3538bdf26a72dfd6c5f8a47827de58e89af 100644
(file)
--- 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>