Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

akpm@osdl.org and committed by
James Bottomley
e42ebefe 024879ea

+2
+2
drivers/scsi/scsi_tgt_if.c
··· 29 29 #include <scsi/scsi_tgt.h> 30 30 #include <scsi/scsi_tgt_if.h> 31 31 32 + #include <asm/cacheflush.h> 33 + 32 34 #include "scsi_tgt_priv.h" 33 35 34 36 struct tgt_ring {