aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorakpm@osdl.org <akpm@osdl.org>2006-12-04 23:06:48 -0800
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-12-05 09:59:47 -0600
commite42ebefee15894522f3a84045887573ebc9b764e (patch)
tree7dd753f30606369eb2d747bb7e64d693fd4a417f /drivers
parent[SCSI] libsas: better error handling in sas_expander.c (diff)
downloadlinux-dev-e42ebefee15894522f3a84045887573ebc9b764e.tar.xz
linux-dev-e42ebefee15894522f3a84045887573ebc9b764e.zip
[SCSI] tgt: fix undefined flush_dcache_page() problem
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 <akpm@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/scsi_tgt_if.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_tgt_if.c b/drivers/scsi/scsi_tgt_if.c
index 28fd2223765b..37bbfbdb870f 100644
--- 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 {