commit | 8ce953aa39e2bfd66036a27abdf761c2cb93f02c | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Thu Feb 27 09:46:18 2014 +0100 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Jul 10 18:34:57 2014 +0200 |
tree | d7b857bb063ffff69b8decbe94bc69ee57c70fea | |
parent | 3e0c78d3466483ee1d6fdb4ce081e00f217db79e [diff] [blame] |
drbd: silence -Wmissing-prototypes warnings Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
diff --git a/lib/lru_cache.c b/lib/lru_cache.c index 4a83ecd..6111cd1 100644 --- a/lib/lru_cache.c +++ b/lib/lru_cache.c
@@ -169,7 +169,7 @@ return NULL; } -void lc_free_by_index(struct lru_cache *lc, unsigned i) +static void lc_free_by_index(struct lru_cache *lc, unsigned i) { void *p = lc->lc_element[i]; WARN_ON(!p);