aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/cacheflush.h
diff options
context:
space:
mode:
authorFernando Luis Vazquez Cao <fernando@intellilink.co.jp>2008-07-23 21:28:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-24 10:47:24 -0700
commitd50004b0867a59f8a81116f000edb352595343d9 (patch)
treeb8f8f69dacea6aae64d18881884bb98c19e69446 /include/asm-cris/cacheflush.h
parentmn10300: move sg_dma_{address,len}() to asm/scatterlist.h (diff)
downloadlinux-dev-d50004b0867a59f8a81116f000edb352595343d9.tar.xz
linux-dev-d50004b0867a59f8a81116f000edb352595343d9.zip
cris: remove unused global_flush_tlb
global_flush_tlb is declared but never used. Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp> Cc: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--include/asm-cris/cacheflush.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-cris/cacheflush.h b/include/asm-cris/cacheflush.h
index 01af2de27c5b..cf60e3f69f8d 100644
--- a/include/asm-cris/cacheflush.h
+++ b/include/asm-cris/cacheflush.h
@@ -26,7 +26,6 @@
#define copy_from_user_page(vma, page, vaddr, dst, src, len) \
memcpy(dst, src, len)
-void global_flush_tlb(void);
int change_page_attr(struct page *page, int numpages, pgprot_t prot);
#endif /* _CRIS_CACHEFLUSH_H */