From ef5731f4ba62cdf3c3152da30a6a6d38dbebc4b6 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Wed, 8 Sep 2021 08:49:19 +0100 Subject: [PATCH] ANDROID: sysctl: Remove left-over diff from recent 'kbytes tunable' revert This re-aligns with Mainline. Fixes: 3cc02cd189138 ("Revert "ANDROID: add extra free kbytes tunable"") Change-Id: Ia1a8e48415b42dae767ca7b1c59263863eb85cd3 Signed-off-by: Lee Jones --- kernel/sysctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 2166ff17692c..25e49b4d8049 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -108,8 +108,6 @@ #if defined(CONFIG_SYSCTL) -/* External variables not in a header file. */ - /* Constants used for minimum and maximum */ #ifdef CONFIG_LOCKUP_DETECTOR static int sixty = 60;