drbd: silence -Wmissing-prototypes warnings

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
Lars Ellenberg 2014-02-27 09:46:18 +01:00 committed by Philipp Reisner
parent 3e0c78d346
commit 8ce953aa39
6 changed files with 8 additions and 8 deletions

View file

@ -169,7 +169,7 @@ out_fail:
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);