From nobody Fri Sep 12 05:41:35 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 E239DC001B0 for ; Thu, 10 Aug 2023 01:00:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230519AbjHJBAJ (ORCPT ); Wed, 9 Aug 2023 21:00:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229583AbjHJBAG (ORCPT ); Wed, 9 Aug 2023 21:00:06 -0400 Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8F5A1982 for ; Wed, 9 Aug 2023 17:59:44 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046050;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=3;SR=0;TI=SMTPD_---0VpRKAHN_1691629180; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VpRKAHN_1691629180) by smtp.aliyun-inc.com; Thu, 10 Aug 2023 08:59:40 +0800 From: Yang Li To: lee@kernel.org Cc: linux-kernel@vger.kernel.org, Yang Li Subject: [PATCH -next] mfd: Remove duplicated include in rz-mtu3.c Date: Thu, 10 Aug 2023 08:59:38 +0800 Message-Id: <20230810005938.12519-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" ./drivers/mfd/rz-mtu3.c: linux/module.h is included more than once. Signed-off-by: Yang Li --- drivers/mfd/rz-mtu3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mfd/rz-mtu3.c b/drivers/mfd/rz-mtu3.c index 0156e381fe07..d25109da2f39 100644 --- a/drivers/mfd/rz-mtu3.c +++ b/drivers/mfd/rz-mtu3.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include --=20 2.20.1.7.g153144c