[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1211524591.2719.11.camel@nausicaa.intellilink.co.jp>
Date: Fri, 23 May 2008 15:36:31 +0900
From: Fernando Luis Vazquez Cao <fernando@...ellilink.co.jp>
To: akpm@...ux-foundation.org
Cc: starvik@...s.com, jesper.nilsson@...s.com, dev-etrax@...s.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] cris: remove unused global_flush_tlb
global_flush_tlb is declared but never used.
Signed-off-by: Fernando Luis Vazquez Cao <fernando@....ntt.co.jp>
---
diff -urNp linux-2.6.26-rc3-git4-orig/include/asm-cris/cacheflush.h linux-2.6.26-rc3-git4/include/asm-cris/cacheflush.h
--- linux-2.6.26-rc3-git4-orig/include/asm-cris/cacheflush.h 2008-04-17 11:49:44.000000000 +0900
+++ linux-2.6.26-rc3-git4/include/asm-cris/cacheflush.h 2008-05-23 15:19:26.000000000 +0900
@@ -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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists