Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b569fc4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm/zsmalloc.c: fix -Wunneeded-internal-declaration warning"

parents 59f9b593 ced00e34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ static bool is_zspage_isolated(struct zspage *zspage)
	return zspage->isolated;
}

static int is_first_page(struct page *page)
static __maybe_unused int is_first_page(struct page *page)
{
	return PagePrivate(page);
}