mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
3e0c78d346
commit
8ce953aa39
6 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue