From nobody Sat Feb 7 20:58:17 2026 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C35FB22DF8A for ; Thu, 16 Jan 2025 20:41:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737060069; cv=none; b=jFJueXZkjPSYYaiQ4ioE8wm5ROxt4JSisLUCVC+3wzArG69IA8TIdbuRnOEYI7ibVjp6ByuAXK1uWu2L2woa1Rz1zlQ7wf2nQvf2sJpDPOO9pC/IoSnDCw69T60OTHUYXlPmQ2p9fT+RYxLbrFMMvW+qaVJXIENyhZELMUMYPXA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737060069; c=relaxed/simple; bh=p6YkIcfBAE7HtiOMeLKkY9ML9b3svXYgnOkOPfp6a4E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=FC4Gbgm4ORts3JLPI369b1fitv+UIoSE0XHiDq38VD9+uVaAbrxPRG684TExlFQDjdlXDmM6efW0dYoVA3+xEz6KCJzBvckMALkpp2EupPKoygTsKI+RKVr8a/eBKX4YbpHhJzsJ8EVVdYNuiXYPpb7OPqeVamwGBfbsxmYODKk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Slj2UDM3; arc=none smtp.client-ip=91.218.175.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Slj2UDM3" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1737060062; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=0Nq83QzrM9MiPanwVLICAZ9rtC9hlxAVK5tzq/4clnY=; b=Slj2UDM3+6vEyls8yo0mSkq5PQ5t6kekXDZXSbwo0aExPaI3+SWv2+Jjn4i9gPuhIG1AAp 8Yz5Rz3YRcn2KxQjCbiR37ip4ySEYuBF53Td43g9i3rlTOOMnj5Eyej0l8NLNtqOzmo7RE EboJRblJ2speQD0UcO2zjhY1VXLDxJA= From: Thorsten Blum To: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider Cc: Thorsten Blum , linux-kernel@vger.kernel.org Subject: [PATCH] sched/core: Remove duplicate included header file stats.h Date: Thu, 16 Jan 2025 21:40:33 +0100 Message-ID: <20250116204032.106804-2-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The header file stats.h is included twice. Remove the redundant include and the following make includecheck warning: stats.h is included more than once Signed-off-by: Thorsten Blum --- kernel/sched/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 3e5a6bf587f9..54658466cb4a 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -91,7 +91,6 @@ #include "autogroup.h" #include "pelt.h" #include "smp.h" -#include "stats.h" =20 #include "../workqueue_internal.h" #include "../../io_uring/io-wq.h" --=20 2.48.0