From patchwork Sun Jan 8 12:32:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe JAILLET X-Patchwork-Id: 13092481 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 B8126C53210 for ; Sun, 8 Jan 2023 12:40:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230460AbjAHMk3 (ORCPT ); Sun, 8 Jan 2023 07:40:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbjAHMk2 (ORCPT ); Sun, 8 Jan 2023 07:40:28 -0500 X-Greylist: delayed 451 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sun, 08 Jan 2023 04:40:27 PST Received: from smtp.smtpout.orange.fr (smtp-30.smtpout.orange.fr [80.12.242.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9909EC77B for ; Sun, 8 Jan 2023 04:40:27 -0800 (PST) Received: from pop-os.home ([86.243.100.34]) by smtp.orange.fr with ESMTPA id EUr7pusmESTJGEUr7pUBmi; Sun, 08 Jan 2023 13:32:54 +0100 X-ME-Helo: pop-os.home X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sun, 08 Jan 2023 13:32:54 +0100 X-ME-IP: 86.243.100.34 From: Christophe JAILLET To: viro@zeniv.linux.org.uk Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH] fs/dcache: Remove unneeded math.h and rculist.h includes Date: Sun, 8 Jan 2023 13:32:52 +0100 Message-Id: <028298a8b70a67a70bc7b7eb0b07d9780fc1e5f3.1673181086.git.christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org and are not used by . Remove them. Signed-off-by: Christophe JAILLET --- I've built: arch/mips (cross-built) arch/powerpc (cross-built) drivers/crypto/caam/ drivers/gpu/drm/msm/ drivers/infiniband/hw/hfi1/ drivers/net/ethernet/amd/xgbe/ drivers/net/ethernet/freescale/dpaa2/ drivers/net/wireless/marvell/libertas/debugfs.o drivers/s390/cio/ccwgroup.o (cross-built) drivers/usb/gadget/function/f_mass_storage.o fs/ kernel/events/core.o kernel/sysctl.o lib/ net/unix/af_unix.o security/ Let see if build-bots spot something I've missed. --- include/linux/dcache.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 6b351e009f59..c4db829d48cf 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -4,8 +4,6 @@ #include #include -#include -#include #include #include #include