Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e42ebefe authored by akpm@osdl.org's avatar akpm@osdl.org Committed by James Bottomley
Browse files

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 024879ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {