From nobody Fri Sep 19 08:49:28 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D630C4167B for ; Fri, 25 Nov 2022 18:18:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229894AbiKYSSc (ORCPT ); Fri, 25 Nov 2022 13:18:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229648AbiKYSSa (ORCPT ); Fri, 25 Nov 2022 13:18:30 -0500 Received: from smtp.smtpout.orange.fr (smtp-27.smtpout.orange.fr [80.12.242.27]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 535E44A5B9 for ; Fri, 25 Nov 2022 10:18:29 -0800 (PST) Received: from pop-os.home ([86.243.100.34]) by smtp.orange.fr with ESMTPA id ydHPo88zt1SdMydHPoYhIK; Fri, 25 Nov 2022 19:18:27 +0100 X-ME-Helo: pop-os.home X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Fri, 25 Nov 2022 19:18:27 +0100 X-ME-IP: 86.243.100.34 From: Christophe JAILLET Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH] initramfs: Remove a useless include Date: Fri, 25 Nov 2022 19:18:25 +0100 Message-Id: <06ab5dd1d3ed3f5e08d10efd4391aae5b1264e67.1669400298.git.christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" only define the 'linux_dirent64' structure that is not used in this file since commit b2a74d5f9d44 ("initramfs: remove clean_rootfs") So remove the useless include. Signed-off-by: Christophe JAILLET --- init/initramfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/init/initramfs.c b/init/initramfs.c index 62321883fe61..3eae875d1ff7 100644 --- a/init/initramfs.c +++ b/init/initramfs.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include --=20 2.34.1