From nobody Fri Sep 20 14:49:50 2024 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 70A94C0015E for ; Tue, 18 Jul 2023 00:33:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229953AbjGRAdD (ORCPT ); Mon, 17 Jul 2023 20:33:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230396AbjGRAdB (ORCPT ); Mon, 17 Jul 2023 20:33:01 -0400 Received: from out30-132.freemail.mail.aliyun.com (out30-132.freemail.mail.aliyun.com [115.124.30.132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AD92E48 for ; Mon, 17 Jul 2023 17:33:00 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0VnfJwjs_1689640375; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VnfJwjs_1689640375) by smtp.aliyun-inc.com; Tue, 18 Jul 2023 08:32:56 +0800 From: Yang Li To: broonie@kernel.org Cc: lgirdwood@gmail.com, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Yang Li , Abaci Robot Subject: [PATCH -next] regulator: Remove duplicated include in mt6359-regulator.c Date: Tue, 18 Jul 2023 08:32:55 +0800 Message-Id: <20230718003255.124594-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/regulator/mt6359-regulator.c: linux/platform_device.h is included= more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=3D5901 Signed-off-by: Yang Li --- drivers/regulator/mt6359-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/mt6359-regulator.c b/drivers/regulator/mt635= 9-regulator.c index 5cf6448fb05f..c8a788858824 100644 --- a/drivers/regulator/mt6359-regulator.c +++ b/drivers/regulator/mt6359-regulator.c @@ -2,7 +2,6 @@ // // Copyright (c) 2021 MediaTek Inc. =20 -#include #include #include #include --=20 2.20.1.7.g153144c