X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Flinux%2Flru_cache.h;h=04fc6e6c7ff0a48c6d3a9f39e5fd090f8479e449;hb=6fee37df0212f61b9abcc7805d7879fa2c9096d9;hp=46262284de478196e4e907674de9e5e04f364d60;hpb=899dd388853071f5c8848545209d4e2c5d95b1d9;p=linux-2.6-microblaze.git diff --git a/include/linux/lru_cache.h b/include/linux/lru_cache.h index 46262284de47..04fc6e6c7ff0 100644 --- a/include/linux/lru_cache.h +++ b/include/linux/lru_cache.h @@ -264,7 +264,7 @@ extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e); extern void lc_committed(struct lru_cache *lc); struct seq_file; -extern size_t lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc); +extern void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc); extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, void (*detail) (struct seq_file *, struct lc_element *));