From nobody Fri Sep 20 11:59:00 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 E1D20C001B0 for ; Tue, 8 Aug 2023 15:59:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231430AbjHHP73 (ORCPT ); Tue, 8 Aug 2023 11:59:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230299AbjHHP6B (ORCPT ); Tue, 8 Aug 2023 11:58:01 -0400 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A7B85FE4 for ; Tue, 8 Aug 2023 08:44:08 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id 38308e7fff4ca-2b962c226ceso93352321fa.3 for ; Tue, 08 Aug 2023 08:44:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509447; x=1692114247; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=mXrzYWYweDcdHrf5UFjLFPgu3A2nA2Ia2fp24TPU+2A=; b=em0cv0h/lQDx0YperzwvClLTD7o0T3uCzFzfERurmeNPkJ1E//4/X09K8ZM1NQHnq4 bQ4ZP8RaGCJ/TRGkrjdN7tlNA4QytAwxLerpYSIl0ye9s21WWw19kIQv9zrRanFJiMuG aclVYABNoNR4DKy+m1KyPaPLr/1p55qwVhBUuPUrWGRzh6L1bE2u3rhnVoTuoo6J87TC fTC2DD1fq85Aq8kFRK6pIviu0QFXy4twswVZM1z7MMs0pOOHHN7BljMhmu55uwmDR49V FhC9Lc3R7WJ7GKlmpBV0NsX65F96Q9l6QTQdIXZpNhtGPHvTWaFD3YMoZZvURRUiZfwi 9cHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509447; x=1692114247; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mXrzYWYweDcdHrf5UFjLFPgu3A2nA2Ia2fp24TPU+2A=; b=AQqKq50GTOAYouYdcfxj5l8FP6YGn4BZskFgLHj3jNJs4okqjBuhwiAgeT737vUdto 4NeUgVsTraE8jr8TZIzYeBnf1UrmA7U0c35ObLikgxqTWOKlWd5hlD/2XnjOfBKEXzA0 MX4816K5gQXM60lJMqiGDY7vYGhv8fIzRwJ+G4RlQ+7HKT1YX62bCVlB2cJ7Y/u0pyjU VdGDKY4tMxfKlc5JlWdW3H6sBQhkVox5mLQU0A3i3786VfgUIpVXv+e6AgFKgfaw/cW7 weMsMckfiwidU5kdZjZlnhr9tEQ3dICiXROsDkRQkoGw/B72ZsvDtloNFLnKekXqcn3f zTAA== X-Gm-Message-State: AOJu0YyM4+suBGh2m0rxr/6AuzneP53g5eDft61DxHT4BQDHprAJu7jf xDf48/g3zZPT3PLWxlEflwsDl09+6KwWS3vzHPE= X-Google-Smtp-Source: AGHT+IEowhkuCmUF+r4Qwu7Ea/j6SLAKl0ohXdiWZmoM/iU49rY/8TQNDS4E142VCQ8PM8iR2Ecgeg== X-Received: by 2002:a2e:90c4:0:b0:2b9:615b:39a9 with SMTP id o4-20020a2e90c4000000b002b9615b39a9mr8639502ljg.52.1691502399150; Tue, 08 Aug 2023 06:46:39 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:38 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:28 +0200 Subject: [PATCH 01/11] regulator: tps65910: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-1-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The TPS65910 includes the legacy header for no reason, drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/tps65910-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps= 65910-regulator.c index 2a0965ba1570..3a3027e0b94e 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include =20 --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 3EE8FC0729B for ; Tue, 8 Aug 2023 16:59:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233157AbjHHQ7h (ORCPT ); Tue, 8 Aug 2023 12:59:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233074AbjHHQ6P (ORCPT ); Tue, 8 Aug 2023 12:58:15 -0400 Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1BC8213B for ; Tue, 8 Aug 2023 08:43:21 -0700 (PDT) Received: by mail-ej1-x636.google.com with SMTP id a640c23a62f3a-99bc9e3cbf1so1228004166b.0 for ; Tue, 08 Aug 2023 08:43:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509378; x=1692114178; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=bcDUBR/c5KhjxO4gQ1CxNRP1ojo3Pb8MjcUkheghccA=; b=NzLfNu/4AnzGh2kYvADUPWaJIwzxtSzpmMgZQBVD7Jj2igpU2SC1sWa3ZF9ZU0c3g1 cHuWP8bVMyl7iTCsUSy5fUVWqUkEMegrmhZ1tF6x3XMSrQNA097everTpoYtEUvcnnKM ahXl7i5P+dOiqUL/Z0fATkdneV7aDSFUajlSPjblwfRD5qUSM0VbhtlCwy8Wat9z3seD S1vIvjcv7ERYzh7GEeopDO67VR9K4b1fuBo+sNEYKOXaJjvIa1M2j1djlJoJTOjPsf2I PDmdSKY5DHAy6nrLLHu2WYx7Biy5F5S9yUtLBReYyLzZSi2ea+rV/hux8pCGvMoqi6Jd /aDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509378; x=1692114178; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bcDUBR/c5KhjxO4gQ1CxNRP1ojo3Pb8MjcUkheghccA=; b=D3/h/1i8YPKJVneY3ZWPsXVxTqIIou1EpuT51TVBlqg5/fXoriZStDExuXMczWKSF+ Y7hOfN3UbeS5c+gIdnkFSbeavAdIn6hLYWX0M0IS0ODGB3IW459EzCC2fy6NX8QiPgwy e9s4Q9VVjVjd2pVx3yCWrRVNLpSjuGB9elhxKhpCXqZta6vSH+4cURnGY0cBE6zhFqPg W1a8fW7vk9vTKsOjKGrgwuZkIPP/njNY3MQ/rNANo5ycMK4+k9enmPNttlxNVBYHd2x6 P0KxZXEjU5hrN0o1ulGKu01RYAUFK6UFjK8g8hKkZLe87PdBIjHXtG2TiKXZbMRXLfc3 Lo2w== X-Gm-Message-State: AOJu0YzZc3HBQpuRKazcA3s5/DuCWNLpE483vZAI7VFnOSkgkOwVp78v uAWblTyozMJEDxmGcxeI4GyouKX69kmA8npxCkE= X-Google-Smtp-Source: AGHT+IFZRIPMWmSHgF0DTwYm5vWTgh/ZPFdc/lFtKvf3yaRIIaD/Q5hQaG6S670n+MjP6HDGCY+KnQ== X-Received: by 2002:a2e:9442:0:b0:2b6:d0c1:7cd0 with SMTP id o2-20020a2e9442000000b002b6d0c17cd0mr2966685ljh.22.1691502400352; Tue, 08 Aug 2023 06:46:40 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:39 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:29 +0200 Subject: [PATCH 02/11] regulator: s2mpa01: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-2-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The TPS65910 includes the legacy header for no reason, drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/s2mpa01.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/s2mpa01.c b/drivers/regulator/s2mpa01.c index b147ff6a16b1..c22fdde67f9c 100644 --- a/drivers/regulator/s2mpa01.c +++ b/drivers/regulator/s2mpa01.c @@ -5,7 +5,6 @@ =20 #include #include -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 90E94C001B0 for ; Tue, 8 Aug 2023 19:19:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236054AbjHHTTr (ORCPT ); Tue, 8 Aug 2023 15:19:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235994AbjHHTTZ (ORCPT ); Tue, 8 Aug 2023 15:19:25 -0400 Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7635F3DE1E for ; Tue, 8 Aug 2023 09:42:39 -0700 (PDT) Received: by mail-lf1-x12e.google.com with SMTP id 2adb3069b0e04-4fe10f0f4d1so9735409e87.0 for ; Tue, 08 Aug 2023 09:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691512957; x=1692117757; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=G1Y4agTqAvpXPwjQ+6mnmjNw7Ui1CynMHOt3cuxZe6w=; b=goAeGa6Yg3/68Kr55Hh73f1IgLgoXWHLn6qGiSuL5fNktTT0vwTU0m26Tu+pRtBj9V vflVRU8ZiDSIgMHleSZa4nXpKGrhJP8keoB6gFOO6u8nrp7U0oFWlhTHDDnCfuYi8T1h uGwnFC4ChQb0Rmy+1S05hcFvpzwRlOeKrCHQ7dqTElWAiVWVKgIV9C6vUIvN97YOWh9G 3he+aldydBrptgv0+4+AwmjI873SpYb8FrUO9JNBq4naC2Mzw8dyLmxEPsNUVKGXpCyw GuuPvwI24tSPzbBYQNTJOAwpJ5CiNU/F3fnjEtG0rN64tz5KruOkoka0h4CljIKTgjCi 9wwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691512957; x=1692117757; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=G1Y4agTqAvpXPwjQ+6mnmjNw7Ui1CynMHOt3cuxZe6w=; b=DsXR7qWC7U+toYEn6lKsrJws2z6VB3dAc1vmUNfwKuss600SVVX8MB0jI1TYYHbgW2 6BnPBzxNyMIAmxaQMj+6/UwCMFqtdBtkBHygay5vf8H8slB/gdEUy3WMc59vIhig80nL qlLgkAy/1YBG5kQJJb2rCnUnPZwmb+NAl/A9149kLeud+7r6EMMc1nTb5anHlhHqwEWH crAC1gWdXvq/Ot+1TLZSIgxNK8z2Ugb4Ry9+3hrbcE0gT7oBqVkrsxidSr79ftZxJ+yn RsxfVXeJBa1gg0Pqn/nravMmw+/WeCrFOsaMxbCDU9tNcAhggJohmWwgd5SJvbAHx64Z OQyA== X-Gm-Message-State: AOJu0YypKUvjKDSL+7lcgoDiPthbKEle6u8H3+XDyBpldQz0HgKwtGXT m3UDehVJBA837Oea9P3zDrACR337R8lGyN2+il4= X-Google-Smtp-Source: AGHT+IE0omUPskRY/uk1H5XSLkdMB6vFjj8UCg/c58mkRX+yOkrTBA0j/8iJ1xj+dfPUVFqUwwFdrQ== X-Received: by 2002:a2e:990c:0:b0:2b6:ecdd:16cf with SMTP id v12-20020a2e990c000000b002b6ecdd16cfmr8260383lji.40.1691502401865; Tue, 08 Aug 2023 06:46:41 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:41 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:30 +0200 Subject: [PATCH 03/11] regulator: rpi-panel-attiny: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-3-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The RPI panel regulator driver includes the legacy header for no reason, this is a driver and is already included. Drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/rpi-panel-attiny-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/rpi-panel-attiny-regulator.c b/drivers/regul= ator/rpi-panel-attiny-regulator.c index e9719a378a0b..949849baa7dc 100644 --- a/drivers/regulator/rpi-panel-attiny-regulator.c +++ b/drivers/regulator/rpi-panel-attiny-regulator.c @@ -7,7 +7,6 @@ =20 #include #include -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 EE116C001B0 for ; Tue, 8 Aug 2023 19:21:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236036AbjHHTVe (ORCPT ); Tue, 8 Aug 2023 15:21:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236051AbjHHTVN (ORCPT ); Tue, 8 Aug 2023 15:21:13 -0400 Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53F8242AE0 for ; Tue, 8 Aug 2023 09:44:35 -0700 (PDT) Received: by mail-ed1-x52b.google.com with SMTP id 4fb4d7f45d1cf-5230f8da574so3373490a12.3 for ; Tue, 08 Aug 2023 09:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691513073; x=1692117873; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=qtIG2M/ca+5GsdX8n1RK00emvWGjV3tMf5tcX7VIHus=; b=VtRLX9V6pg1MLxheMEDKqjbU4cOW4VDRLvR2z1bNJtgIf5f+c9yS7lmVmMlF7DATb7 497POMDL1s6JragCdo9W8n/Fcf8x8cuGFKLRB6Tsl6ZKQETm5+Ah2AyTS9XH/jW2E4pK 0Dm7xpwsZso0FdUYkI0WGB6Ue6+gPu4/3zD6h4JEGKz5GAFevmt998o3aC4DoV2+xqqT BoYiRGNmXMaLCYq2zZrkQSce18/UGpwAJm07TLPEPEFxpdTRCf1QOU3rgV97dcmpaP3X oqUSh4/yj4n4VeguRRxjc/rb5ajKWY9FOb+FA4ElF7TIyFRXpv7Wx9JW9mC+tjlQ9ZAk 1ExA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691513073; x=1692117873; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qtIG2M/ca+5GsdX8n1RK00emvWGjV3tMf5tcX7VIHus=; b=eCwkJGjZ8LbBNB1dhDcq//Doyt5MlWyKgKm4EuZpXR2u+WInMhNOrMlnBZIJGSDqxq ZPQKoE9iirVaco4O00RUr1/zxuTR98Neg9qdDaIcrd+MVcT/qbT8dzG2NXN7VgGMLPEg DGZwD9LWgtrF2ZVErLNG2o1vmLHcFym2yDJAikuxhXERLcYtFHJUJ1a2Uk++1DvqMbT1 NmLtWswj+9UDIUTrwLNJeZWAeomXLeMBl/LpFq3qsL5tg7vnWhrW1Z4rdmgWJ0QB/J5r fq0+av9xKzNGyTqm/gf42GKWTxm2S8NWGp1GsvWEekt0AywueyNExP3f0bNEs5TAfj7Z cnMw== X-Gm-Message-State: AOJu0YwxxbWBpUKwaeihPyMcXmNflHCybhnnepXfwD/kmZ4HvscnFAlp T1kmN/p0cCRnWrup/PkaBDWoIK4rFDD/mdXbe78= X-Google-Smtp-Source: AGHT+IGabpvcf+YfqqvSp128b6pb/ZcVi3xmONq1O6a4S0szO5ZdOqerklrUaTjPj2ZyYc9Tu1UkPA== X-Received: by 2002:a2e:6817:0:b0:2b5:8a21:5627 with SMTP id c23-20020a2e6817000000b002b58a215627mr9324746lja.51.1691502403287; Tue, 08 Aug 2023 06:46:43 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:42 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:31 +0200 Subject: [PATCH 04/11] regulator: rk808: Drop useless headers MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-4-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The RK808 is already using the proper header and includes the legacy headers and for no reason, drop the includes. Signed-off-by: Linus Walleij --- drivers/regulator/rk808-regulator.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-= regulator.c index 460525ed006c..e65339ef47ad 100644 --- a/drivers/regulator/rk808-regulator.c +++ b/drivers/regulator/rk808-regulator.c @@ -15,10 +15,8 @@ */ =20 #include -#include #include #include -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 591D2C04FE0 for ; Tue, 8 Aug 2023 16:08:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231862AbjHHQI2 (ORCPT ); Tue, 8 Aug 2023 12:08:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230123AbjHHQGo (ORCPT ); Tue, 8 Aug 2023 12:06:44 -0400 Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E38A772A5 for ; Tue, 8 Aug 2023 08:45:53 -0700 (PDT) Received: by mail-ej1-x62a.google.com with SMTP id a640c23a62f3a-98377c5d53eso804597966b.0 for ; Tue, 08 Aug 2023 08:45:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509550; x=1692114350; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=/7mP4H675HuYuOMx1xcJqbSqbpr2VMcAkjxgMIL4uqE=; b=uFmyOiBdUEBJiyeNZbqa7Nlph4T2VmYGqAc0SsGJDLP6eDrmofGOtJlxEWi/kL6Nxl gjDU91qp+TjuV8bczjetymMQtn1SAkY1Ig9GqNla0bMuvBTX/uH4VkzKOLf4mQgn9sks vChW10wdP9BeZ1T0rr8G2Jq6uTfwNaOV4VApi45BaF/s9Oy5OV7NcQJiSnqRA1DjWx08 mQyaXFLW5577IPJC17IYS96HiY4pTFGLHSF11Olcr0hHi44MzhirTC42JNG6nOCWic7Y G1XC5AdVNFUB7BiimJkoPfe9azOpih2142vKPOAFADTHNlNIFv/YZ8qUzLR488/H0GLQ 5obg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509550; x=1692114350; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/7mP4H675HuYuOMx1xcJqbSqbpr2VMcAkjxgMIL4uqE=; b=FOPzwuf0L6BT9bZzelCj6qeKwwCWJN8RZ7aSmsbEgOabAAevHE/PzVAVPBGmxzcHF/ RtJbYHdcCsaSWLAi/aA07kjcNelGdBBuhQxBafGKI89PTEVYuzqpOd5SbIos5pC6trru 2bTFIK2t8lY+ye0T5oaNk1Omd1RqFB6WQJuYNo3cyYywfoMxfToJYLMJBM5HdDt26kSz udaQHepd1SBIeScVyLlBeY6Dlz4PzpRggduq0mNuHydy7st+8lytK04Z4rQp0wyba2NG A8uglTUhRwTqp60HfgOSIKUer5uPSuyDd/+df5yckx+Dik+WLQLrci8rQVoP0M4JumGC g/Mw== X-Gm-Message-State: AOJu0YyDnv2fWUJ+ebjcFg9Gh0mNG6YUyFY50pgX3gF6c4A5BBIq3giQ wLO24J5Vd+vZPZflwZth3llEQ3emMjRAaXKtZ+g= X-Google-Smtp-Source: AGHT+IFqBorBvecJ4DsCotdQRzKRs6+3bXazzEJyN+B+FiwvRNYD3ybpCup1aLJlqFYk3XPz1XFCeA== X-Received: by 2002:a2e:9e0c:0:b0:2b5:8bb9:4dd6 with SMTP id e12-20020a2e9e0c000000b002b58bb94dd6mr8345831ljk.12.1691502404392; Tue, 08 Aug 2023 06:46:44 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:43 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:32 +0200 Subject: [PATCH 05/11] regulator: rc5t583: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-5-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The RC5T583 includes the legacy header for no reason, drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/rc5t583-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/rc5t583-regulator.c b/drivers/regulator/rc5t= 583-regulator.c index a5afca73715d..a25a141e86c4 100644 --- a/drivers/regulator/rc5t583-regulator.c +++ b/drivers/regulator/rc5t583-regulator.c @@ -16,7 +16,6 @@ #include #include #include -#include #include =20 struct rc5t583_regulator_info { --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 B07D0C001B0 for ; Tue, 8 Aug 2023 17:48:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235014AbjHHRsd (ORCPT ); Tue, 8 Aug 2023 13:48:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232921AbjHHRsE (ORCPT ); Tue, 8 Aug 2023 13:48:04 -0400 Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AF652631E for ; Tue, 8 Aug 2023 09:21:21 -0700 (PDT) Received: by mail-ej1-x62c.google.com with SMTP id a640c23a62f3a-99bf91956cdso768995866b.3 for ; Tue, 08 Aug 2023 09:21:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691511654; x=1692116454; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=1tJ6rclTR0PEh2oroSnTnDtEG+/lNahgfPTnucDt2ik=; b=NIG7Ucx6yPsI4wanRi+W9dyUjQ3VzkdIhC6btmvukucrAJmgoEz0ZvWlVYeaYiCV0V DusCoDN5dCvT2qTEMvqRUkKCXniHZY5o9nWPfj2hT/EAhISs3PWzmCNXmK2yM1Z7n7QB tkeNf642g/kbisx1iYts9D0t9ZJQpJEZqu6SPb8ab28KNcpeKWQ0NrL9npI3/iGaoe38 JGux+FR2zNuR0ylUFYQEhV4AWf3TTIgPFrtiKV6aRT4ox92hXApM7mSD8jaLfCyDsOWe PCis0gpYoYOUvcskiiNo/E1gz+BvzWSIDhwOs57xCpk3DzLnF/SV3NoxDMzBEgGpXVeW B+UQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691511654; x=1692116454; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=1tJ6rclTR0PEh2oroSnTnDtEG+/lNahgfPTnucDt2ik=; b=DnrXqa0udgq4AFt75hjiMHunz1dNjx20jurrmJUPhy+Du7ZcTECoBJYYoM43Lew/yd ag8MkDt141uMr1VlS8t8ofjp6G1OgPaz0uhPVOW81cVbnor/Vulx9xxFxoMvH513zCi3 bpOTrzrg9YrUhz3tuzN6Sd/u0zWJKDLkLaN0g7hMa8pR0hURa1IUhIStlwtsJ5mNR45J 4UVxSkdJlK3InSVEyJbHsDD6Bgueh4k+5xs4wUC8czrcfVv/Omky3jYUCElgBkg4uLh5 KKWo351QOTtidtYIcGS+cGVpgoHZWicWGW6TKiCGiZ5ubkzG1TbQDD5b3kbkI97YroBc Ri/g== X-Gm-Message-State: AOJu0YyGQl/6yW4gOZjqVeFIW4uAZv+dqz0jpfA0Ugwf5XUXxEhxXH4P cla8ITdhwQJVpnDogOxvn1eNmt4/wNcDlPKuspA= X-Google-Smtp-Source: AGHT+IFYJ1tDnISQpqIa3O1xFstJdgHXSmoJBbKAjvv0Omwmg90Vc69nrF9vgwo5e9S+tacn/hSCZQ== X-Received: by 2002:a2e:9b01:0:b0:2b6:c790:150a with SMTP id u1-20020a2e9b01000000b002b6c790150amr9582164lji.22.1691502405476; Tue, 08 Aug 2023 06:46:45 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:45 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:33 +0200 Subject: [PATCH 06/11] regulator: mt6311: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-6-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The mt6311 includes the legacy header for no reason, drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/mt6311-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/mt6311-regulator.c b/drivers/regulator/mt631= 1-regulator.c index b0771770cc26..63a51485f2cc 100644 --- a/drivers/regulator/mt6311-regulator.c +++ b/drivers/regulator/mt6311-regulator.c @@ -4,7 +4,6 @@ // Author: Henry Chen =20 #include -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 86F8EC04A6A for ; Tue, 8 Aug 2023 15:58:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231181AbjHHP6r (ORCPT ); Tue, 8 Aug 2023 11:58:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230155AbjHHP5P (ORCPT ); Tue, 8 Aug 2023 11:57:15 -0400 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 517B0FA for ; Tue, 8 Aug 2023 08:44:01 -0700 (PDT) Received: by mail-ed1-x533.google.com with SMTP id 4fb4d7f45d1cf-51cff235226so12315793a12.0 for ; Tue, 08 Aug 2023 08:44:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509440; x=1692114240; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=0MBd/Q+2ZcBfYYCCch4YtWUjRgawyqEqYs8LS5NaBJY=; b=IGyD+5J+MKeDoJ8Ncb7M2TJWBCOn6NK98sLXdy2z5mixHWhheZH3efHpHPmk8WguuJ hI8P/MIguwtEUejL/RinodCfcX5lanGUbK7HaRFEzewPTQxuK00uU+gCg/OMby63GYNC uwMUrCOhETU5jdJELG9K3UshB7Kgb6+q/xerjBixhkfbBVkq1GvaKpiipSe8bD3sjzho TrBnOKwrX2yI3aRru+29lVU5oK5FwnkkNXoR1JKl5Ekm9lbwu2Jz5smUGjtgDt6IcRNH iVJm4HXEL+aXcKVgMpatBcoM2SzF5ArP5q83u/jeXMabjcXgMX/P3DUeNgvIN1U+S1Oo NkJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509440; x=1692114240; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=0MBd/Q+2ZcBfYYCCch4YtWUjRgawyqEqYs8LS5NaBJY=; b=dZqzvSauDMtEVukS+g/BaWVmI7iIMp2SZFr618T8ctT+8jlwazAbSXDYxXWo5lX4Ey 8pvVw7oVTL+oqj7bG27rZt48sEe7gZZkiMsUNgYvHAUeQTKSQnBEHoCBnKeBwbEyz1KS MWaMbid5Y4POeWBcpHF0QH/T/i60SneJ33ErPmZ7Sghz6lOYE9efqCIOwHxNHoOAKw+t RANfrkvsh0mD2k2qGf4yeQ3EfEqen7IaBahWq98EhopsRG9IAGTnINKz1OFWOaG85Wxf 7Hy6FWjjPhgHf/x/5uCz5eLkaTgD/dDl2iKEzdMVFbEPXLUj/aNf3OhnHGztrv4t+P+e dolw== X-Gm-Message-State: AOJu0Yx/PtZxrGkMKZ7IJQrpyyMVGUBjK+E+FN+RKccPuWEyY6ASSuUh ypAuk9SIcqVnmfrstXsLJdwQgRRHNKCCpzgXHlU= X-Google-Smtp-Source: AGHT+IHYNMNNe16C8Pb0pzogia3/9JPgNoj8pGTGRiE0IjzmUtDSgfL9UVebVwyuLdRgkO5hZzY/1w== X-Received: by 2002:a2e:8e22:0:b0:2b9:b8ce:4219 with SMTP id r2-20020a2e8e22000000b002b9b8ce4219mr3051478ljk.6.1691502407365; Tue, 08 Aug 2023 06:46:47 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:46 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:34 +0200 Subject: [PATCH 07/11] regulator: mcp16502: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-7-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The mcp16502 regulator driver includes the legacy header for no reason, it is already using the proper include. Drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/mcp16502.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c index 6c6f5a21362b..7a472a2ef48a 100644 --- a/drivers/regulator/mcp16502.c +++ b/drivers/regulator/mcp16502.c @@ -8,7 +8,6 @@ // // Inspired from tps65086-regulator.c =20 -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 F3524C001DE for ; Tue, 8 Aug 2023 16:01:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231589AbjHHQBY (ORCPT ); Tue, 8 Aug 2023 12:01:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229551AbjHHP7e (ORCPT ); Tue, 8 Aug 2023 11:59:34 -0400 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3E5E61B0 for ; Tue, 8 Aug 2023 08:44:32 -0700 (PDT) Received: by mail-wr1-x430.google.com with SMTP id ffacd0b85a97d-31759e6a4a1so4360507f8f.3 for ; Tue, 08 Aug 2023 08:44:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509470; x=1692114270; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=F0cDrJs50zXCjDACInHgYpsbmw7IC3CDn78nE0wDJEU=; b=LJhpgs/cw2sl28MBPb11MYFpNbWKIdiDOTd4CGsCgbNyHiGvMnIeQJQWhHTYHQcttt T1MzO52JDa9XZ0kEgSiNgeOePcA/gt81IpW0S7r7M0YLH9Jzx9KXriVb/QQ6pM2rdNDh +iyn6/0etXnjAyj485Yyv2yhVxS6jiV3f/HTVCvYg+coqmpJWgezEdL+RjAt9hpnvsQC DRCA14VjMo3wrvkXqbLvUfLJQaiC/8yBzT7JFwMvlWGUu2QFShEDe/6hTi3yAbqUuWpE QtcwwqrD1PeXlY5/pFBsIJhcHD7PzbyfTNpP4sJTi61bITypC27DaDWkUgFEykvxf6Zk 6xBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509470; x=1692114270; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=F0cDrJs50zXCjDACInHgYpsbmw7IC3CDn78nE0wDJEU=; b=BRiKvb9hGtgUvfiPNvvJyDQXtPxrYZy61dCjr63kQOU9sKNV2iBocWXRYUwZ/F7whB 7ru4Ptyvnkz3QV7MLRGo2R9zeKLNkiaIUGvD05/HIQIP9nFdaz65Mf+9JLukjG9PixUN IXHol73ZH1vFr+K+kVbAnm20POTFMUdPcueN3sDJwKLh6E5SW+P/gXoxBDb/5AlMjRIW G3/vGAi5j2zV2yz1Z2XUaX0DeVGrOVXe/Mq1v4uSuf+8dcYyNkY7biPkTdEtliMS65id Hdzto2X457YRI3FA9uSp84lH3HeGpBOFW/MXuFJ+c0beDhA1HGekaBzM/WWo7JaJ2czK iK3Q== X-Gm-Message-State: AOJu0YxoSjkYZE79/yUWfYKVusuwsRjmsYISMBOJKmZbEbirn0GRp8yt +ZSitHOnCE26lsALk+gJ7Iioa200q2fF4y/uwTQ= X-Google-Smtp-Source: AGHT+IHyCb1MAZ9guoP9QuCWqFrH2Mfihs7/gMTBRCoMInNTntAhiMDP4HfHYPGkmdal7HBOrio1hg== X-Received: by 2002:a2e:b708:0:b0:2b9:d074:1871 with SMTP id j8-20020a2eb708000000b002b9d0741871mr8655874ljo.45.1691502408584; Tue, 08 Aug 2023 06:46:48 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:47 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:35 +0200 Subject: [PATCH 08/11] regulator: max20086: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-8-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The max20086 regulator driver includes the legacy header for no reason, it is already using the proper include. Drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/max20086-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/max20086-regulator.c b/drivers/regulator/max= 20086-regulator.c index fad31f5f435e..32f47b896fd1 100644 --- a/drivers/regulator/max20086-regulator.c +++ b/drivers/regulator/max20086-regulator.c @@ -6,7 +6,6 @@ // Copyright (C) 2018 Avnet, Inc. =20 #include -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 6ACF1C001DE for ; Tue, 8 Aug 2023 15:55:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231127AbjHHPz5 (ORCPT ); Tue, 8 Aug 2023 11:55:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230447AbjHHPyI (ORCPT ); Tue, 8 Aug 2023 11:54:08 -0400 Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B4E259CF for ; Tue, 8 Aug 2023 08:43:29 -0700 (PDT) Received: by mail-wr1-x429.google.com with SMTP id ffacd0b85a97d-317f1c480eeso1339195f8f.2 for ; Tue, 08 Aug 2023 08:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509390; x=1692114190; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=NUr4rBKoQ5U9kNDxTC6J3Fd6dDx63tGiQB8aHXquZB0=; b=k1F1uonPED3qVJKABw4VSZxF26Pn4j3rz6tC2GvQ2dbgHYdhCnUulbWD12N2+oEUyb mwZ8/IUZE6UhIuC3GDFitw2by2fLEkkIkzAXAywA/N3V1LfOn+J2Z8X/XkHbhI0te1LY DsnpF49kttOaSt8aCkL7hTjA46FPaJom7duMkdvzxza87mvcgNI5x1+saW7n1KqIzrFg wleD9S/CJ4kkL37t8YMhucaRgunHxQDjOayBDpu8SIKUA/sB1K9M9WX6yYkrOL00xbGU J8TapQ/ZpgVECPnXFrUiFUqJrVaUeHEZ5u+jPbpJUeXz/+rmvpCyJAHevh3KFbXkyG+P jCmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509390; x=1692114190; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NUr4rBKoQ5U9kNDxTC6J3Fd6dDx63tGiQB8aHXquZB0=; b=W0N+NdqB0XuawK6MpM9uCyRBGsSsuoyxVxskv7ArIJfMI1gnO0ETWvaGlyW3JjoHZV gWoysktyc9UcOJqJCDjQmHLAgyrPDCZ7/T248h41D5+9wSvwElODOU6nQD7D/WDuTfVb YB484sf+wb9FCwRRo/kVLfcSzTODVhppZfhcpioEf93YpeLyFhCzar0l2NtRymUVChx/ V0QHMR+610OhiFRxD+7nEPVb4ZA+xATdjMHE5TbuOsr5SlB7Ip2UmSl7RPIQyaTR+MyO 2gxMzU9frqEjxqpLVSggIPn1CSWq0CCQr0vnsseIEccveoVGVBjIfnRqoPiW447FY9fB WhqA== X-Gm-Message-State: AOJu0YwpVNs4kbRzkcE2b7/gk2Fp49IVNM2ExqeomJy8yMICnXmAq9Z7 no9/+W3kUvI3trHNFwn8HtSsjXdvggN+7A3y4yw= X-Google-Smtp-Source: AGHT+IGl6ac+w+vJLfJZuq8P35/Ynv+o1liAhoqzrNLA3A9/ISpnNwHIwbTBb6DgRgGMJoZAmBq78w== X-Received: by 2002:a2e:95cf:0:b0:2b6:a763:5d13 with SMTP id y15-20020a2e95cf000000b002b6a7635d13mr8927600ljh.27.1691502409667; Tue, 08 Aug 2023 06:46:49 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:49 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:36 +0200 Subject: [PATCH 09/11] regulator: lp8755: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-9-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The lp8755 includes the legacy header for no reason, drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/lp8755.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/lp8755.c b/drivers/regulator/lp8755.c index 4bc310f972ed..8d01e18046f3 100644 --- a/drivers/regulator/lp8755.c +++ b/drivers/regulator/lp8755.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 EAF88C001B0 for ; Tue, 8 Aug 2023 19:44:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233327AbjHHToi (ORCPT ); Tue, 8 Aug 2023 15:44:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229882AbjHHTo0 (ORCPT ); Tue, 8 Aug 2023 15:44:26 -0400 Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9C9E1159A8 for ; Tue, 8 Aug 2023 09:47:35 -0700 (PDT) Received: by mail-wm1-x32c.google.com with SMTP id 5b1f17b1804b1-3fe4ad22e36so40081675e9.2 for ; Tue, 08 Aug 2023 09:47:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691513254; x=1692118054; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=C+dlxZR3XfI563ojSxefCjRIUUjTHomDfo7z0fT83jY=; b=q07fediRofco+Yvcy6U1DWzgPZnRf250OwWYV6wv7ZtUdzWbtCGuL5YVPZ6tFkh/QA AccOWezxyrGXKitrrnN9zOtOTEsHWLoOjBqaPx5bDjog8cJd+PyrTg0h/myk2KT/bYKc 2vXYUnDKUjYCr8LIcJ+LRhoocNIH2HLEMjxQGJ680g1evwSLcZjTnHibxmZN5EDbxwJ6 h+LmB3Nl7A2Y1NNO79mvU6q9/mGnAlTGIcfCcZG7hLgVYTsiO2suSHFQ0C8yZOwFBaE2 pgpiHWx/7VQt+thH5v4yQFk+/GmlpM+nToZFxahhu7Io3ZQTzDjN7ZJawxwiip/75VpN KDhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691513254; x=1692118054; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=C+dlxZR3XfI563ojSxefCjRIUUjTHomDfo7z0fT83jY=; b=Ry5SYSxeDqlnTp/oCkY4x9o4WPDBdB/KOjppTEllMQaZnLPbItXntr1kgjaRNwL24R Xa6f58GdFCMXs4bai06WozrO1AgRCu0mAlfy6A7rXHCDD3Mc5M+F6o182yDLVOc/1CSX sXHnlYjIovRn89Va1F945tDmmNt99V0EWMkGM8tcx+mD8wloHEeTNGH2MjWBtC2MS8eT w+it/idInFZLd3shKMe5M65QwXVKCDGUBkX3Scj3iGdzQgFLhgp6saybDk/9vzmK15/f xt9cE8nr9VSVSKYFlAdHu68RvuJ1GAjsRhkd97C4274tbiNIQCMBRj9E3zJI3BqYl+Oh 7eKA== X-Gm-Message-State: AOJu0YxgdxFnzgcuL3uEDOMvtBVX2JDBNeh4/DS8uj1dVzfioFPWdE/O CX2CMLnFmr4oFNH61PLUSoZqBPfxBgfbavZwU1o= X-Google-Smtp-Source: AGHT+IE+SDMqqQOfzDMcBQm6Q8z18mxaHPEwNvAM53y4c2JzhwsSdcZlgBmTg4v2rNjwyQRUpQmonw== X-Received: by 2002:a2e:8791:0:b0:2b4:7f66:8c92 with SMTP id n17-20020a2e8791000000b002b47f668c92mr9274596lji.31.1691502410752; Tue, 08 Aug 2023 06:46:50 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:50 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:37 +0200 Subject: [PATCH 10/11] regulator: bd71828: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-10-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The bd71828 includes the legacy header for no reason, drop the include. The documentation mentions GPIO but there is no usage of the GPIO namespace. Signed-off-by: Linus Walleij --- drivers/regulator/bd71828-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/bd71828-regulator.c b/drivers/regulator/bd71= 828-regulator.c index f3205dc9d4fc..08d4ee369287 100644 --- a/drivers/regulator/bd71828-regulator.c +++ b/drivers/regulator/bd71828-regulator.c @@ -5,7 +5,6 @@ =20 #include #include -#include #include #include #include --=20 2.34.1 From nobody Fri Sep 20 11:59:00 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 DEF44C04FE2 for ; Tue, 8 Aug 2023 16:14:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232115AbjHHQOB (ORCPT ); Tue, 8 Aug 2023 12:14:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232111AbjHHQMx (ORCPT ); Tue, 8 Aug 2023 12:12:53 -0400 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF5057ECF for ; Tue, 8 Aug 2023 08:47:03 -0700 (PDT) Received: by mail-ed1-x532.google.com with SMTP id 4fb4d7f45d1cf-51cff235226so12321961a12.0 for ; Tue, 08 Aug 2023 08:47:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509621; x=1692114421; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=qejuevXVg8c+kej4ztr9ux7GUIQQ5z+UOyvSNuEDXRw=; b=OQ2e/miW9PspAg4BhLF41h8UvzJOh1ix2MxvtFNmcDVoRL+qnN5So1BuxqnJHhgFO6 cP7NsMR72i+fa8mvAnhCBf2FZRkDziuwsN0sLW+Yd3ekIZyH1GQfdeWqvyboQJanSV7a tU2Fuo82np3cwLvJ84Jg7oQP38upiZ2zASU6Qjmy/GO9KSbvmd7DKKfyvRCfESBJoyBx uLh70BFS3k6vVb/YCPBE749bbDWKpvZJ4U7Bdesbnmdji1NyksumXrfpr/u7+06mILcG Y6mlQlP4WSVaU2asxayNBFXhOGwftbPjOJMdiRP15EFSUJZn2uMvwpQY/ScmDz6BR33n nR1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509621; x=1692114421; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qejuevXVg8c+kej4ztr9ux7GUIQQ5z+UOyvSNuEDXRw=; b=cHUKhvJ0WGxAh3NLnoX2O3NPGyMC+xX6OWQImoYfni3xkxnBwk+svrcEpugPYULk8a +tMK/xl3L6FqnxwiH6aVdPArwn5pTbUoUCh+MkMymjrZbI6Nyto1Mn68YtYgLKV9gd6Z Vd9tcbLdltjOIJguZK7QZj5L2GLk7VzLMYaUakq1wldxUmiUubUPjgxP9F9/kt1FYHE3 bPrbYp1fCN9lo70iOK7IE+achTXKYmsDJMKpBcFceTeKPT7YpJCC1IrfZ36GWvpqqImw peAXJngl74GVCtiwtM2jRPjxKbBOVShs0WMjYNQTwsYh7MXYypHOshg2BfHmQaCE/Gfe eYiQ== X-Gm-Message-State: AOJu0YwMq/WlmfWfWrcavEd+oeJsFbRa9BZ5KMsxQBng9QJGrR108PPI I1BqROFCDWCkY68geE+eHul/ugTlVa7xUByrs40= X-Google-Smtp-Source: AGHT+IFQaReEoylTuoBa3pq7fPTiDA0ZX2U+hTy0EvkesIRlzxiuW1TvGZ9HVbCDFIPha62GXZlwgw== X-Received: by 2002:a2e:9c89:0:b0:2b6:b7c3:bb89 with SMTP id x9-20020a2e9c89000000b002b6b7c3bb89mr3403498lji.18.1691502411764; Tue, 08 Aug 2023 06:46:51 -0700 (PDT) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u23-20020a2e8557000000b002b93d66b82asm2284493ljj.112.2023.08.08.06.46.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 06:46:51 -0700 (PDT) From: Linus Walleij Date: Tue, 08 Aug 2023 15:46:38 +0200 Subject: [PATCH 11/11] regulator: bd71815: Drop useless header MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20230808-descriptors-regulator-v1-11-939b5e84dd18@linaro.org> References: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org> To: Tony Lindgren , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Claudiu Beznea , Laurent Pinchart , Matti Vaittinen Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Linus Walleij X-Mailer: b4 0.12.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The bd71815 regulator driver includes the legacy header for no reason, it is already using the proper include. Drop the include. Signed-off-by: Linus Walleij --- drivers/regulator/bd71815-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/bd71815-regulator.c b/drivers/regulator/bd71= 815-regulator.c index 475b1e0110e7..26192d55a685 100644 --- a/drivers/regulator/bd71815-regulator.c +++ b/drivers/regulator/bd71815-regulator.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include --=20 2.34.1