projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8800cea
)
[PATCH] USB Storage: fix compile error
author
Matthew Dharm
<mdharm-usb@one-eyed-alien.net>
Tue, 26 Apr 2005 04:46:29 +0000
(21:46 -0700)
committer
Greg KH
<gregkh@suse.de>
Wed, 4 May 2005 06:31:49 +0000
(23:31 -0700)
This patch fixes a compiler error caused by a missing prototype. It should
apply directly to Greg KH's usb-2.6.git tree.
Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/debug.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/storage/debug.c
b/drivers/usb/storage/debug.c
index d76483706bc955e9f1c86f36a69749d7c46af319..5a9321705a7426000e1197813c35b54123c85f70 100644
(file)
--- a/
drivers/usb/storage/debug.c
+++ b/
drivers/usb/storage/debug.c
@@
-47,6
+47,7
@@
#include <linux/cdrom.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>
+#include <scsi/scsi_dbg.h>
#include "debug.h"
#include "scsi.h"