Skip to content

Commit

Permalink
[SCSI] tgt: fix undefined flush_dcache_page() problem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
akpm@osdl.org authored and James Bottomley committed Dec 5, 2006
1 parent 024879e commit e42ebef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/scsi_tgt_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e42ebef

Please sign in to comment.