projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024879e
)
[SCSI] tgt: fix undefined flush_dcache_page() problem
author
[email protected]
<
[email protected]
>
Tue, 5 Dec 2006 07:06:48 +0000
(23:06 -0800)
committer
James Bottomley
<
[email protected]
>
Tue, 5 Dec 2006 15:59:47 +0000
(09:59 -0600)
drivers/scsi/scsi_tgt_if.c: In function 'tgt_uspace_send_event':
drivers/scsi/scsi_tgt_if.c:88: warning: implicit declaration of function 'flush_dcache_page'
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/scsi_tgt_if.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_tgt_if.c
b/drivers/scsi/scsi_tgt_if.c
index 28fd2223765bcbf8c33d2c608ed637f909da0eb8..37bbfbdb870f7adbffb9f688d02898db14c8f2ef 100644
(file)
--- a/
drivers/scsi/scsi_tgt_if.c
+++ b/
drivers/scsi/scsi_tgt_if.c
@@
-29,6
+29,8
@@
#include <scsi/scsi_tgt.h>
#include <scsi/scsi_tgt_if.h>
+#include <asm/cacheflush.h>
+
#include "scsi_tgt_priv.h"
struct tgt_ring {