From patchwork Tue Aug 8 13:46:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 711836 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 CDA8BC001DB for ; Tue, 8 Aug 2023 20:32:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229903AbjHHUcZ (ORCPT ); Tue, 8 Aug 2023 16:32:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231419AbjHHUbv (ORCPT ); Tue, 8 Aug 2023 16:31:51 -0400 Received: from mail-lj1-x233.google.com (mail-lj1-x233.google.com [IPv6:2a00:1450:4864:20::233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 273D44BBE3 for ; Tue, 8 Aug 2023 09:52:07 -0700 (PDT) Received: by mail-lj1-x233.google.com with SMTP id 38308e7fff4ca-2b9e6cc93d8so94997411fa.0 for ; Tue, 08 Aug 2023 09:52:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691513525; x=1692118325; 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=QGkGFyhr5It0ALGu4s1Qf6Y2wKA5PO4bkeoxX8gpwWwIqL/oscoSczfD71/hkUp4Ji h0E2tzBL9ait2wuNmEn0z3VTVoZy5ChkRv3SIj74j/rFB0mIZuwghfI7yDaCQ5TlKpQ6 hWteCdX/eyRJKNtGDKCFdTU+nMuTKzksSNx4uENYlNJVz+ak889rRN8PA2AN1h6fo55L 2gnguvSbE/rwCRNBwofpNldaNtIcofv4Hn3kKuoYp3t4IyoY9QFkpRKj2QY7qrLu23PL ww3CjnUo/qbODUSWKyJ7DnKeGFlq9dkmTGCFHfYOUz62OZ2PdS9x8Qpot6pUkdVmXNmG +FdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691513525; x=1692118325; 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=Ku3VocpBw2PI3sWBVGhDp7gvOQOtRz/DOuDpJ6tgr9/UPxwk5c50QxGh/KWSow/Bpb Rq5J9j/TaKMrZyUiCc1bb7q0nDDnoIAXZ/sGhEVXVh8E1L4JuqL67OhHV63ZCToqd+1c V0mqkPwENqJp3Wk0yk0cqXn2ynrv0SNZhkb6lj8X8HwR+mABE6xvUXqBiUIfX45g746G 4NBFiKL7b54H5N+LToe2iprOk9jMv5kBE5M7Z2mK+of4Ojrxgw1ph5qX1zfeFjW9Ct51 bUlkjXiQy+zLnQrlUDCF/fDVuPBxn/STLXAF4ANlBDtl5bd8JcKvXYq2YoS6TN0up9Fp sFqg== X-Gm-Message-State: AOJu0Yxd2wxBEJDDf05BxWcWP8vyGSMIso1Du6F6Tyu2VmTK7OVXqBWe JHGygko0V9l9uJ/YO++NN27Jt63QMpnhHYub/pg= 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 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-samsung-soc@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/tps65910-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 From patchwork Tue Aug 8 13:46:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 711847 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 ECB51C04A6A for ; Tue, 8 Aug 2023 15:53:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229802AbjHHPxE (ORCPT ); Tue, 8 Aug 2023 11:53:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjHHPvR (ORCPT ); Tue, 8 Aug 2023 11:51:17 -0400 Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38A584ECF for ; Tue, 8 Aug 2023 08:42:42 -0700 (PDT) Received: by mail-ej1-x631.google.com with SMTP id a640c23a62f3a-99c10ba30afso1457234366b.1 for ; Tue, 08 Aug 2023 08:42:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691509332; x=1692114132; 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=NBQNxL9Skqzgm6g/KWrhOpmM5z4Vz5Ne4aPfnzHtdwJxF+0cXflz0a8E+2dWymuJWv q9ho1eKNljb8VR2Vz1BpvvG6192ypf4qvnxvIXEajkModD4GZs/0Bnq6KPf9u869vq3b H+ZEz5xnp37ynI/sL+MTkPqctrpootCFffO1smFnT4FbNCQa0V8UbdghKdD8otwKMDo3 BIj9Wj+S68LHRNClYvN2VRrIvWKssowvcZdqe/lyhvVZHSNM1AyaZ4DUhx/j0qOOe7+5 2GmFK7QOHfTYDb5QFyrgNHNoSGvoeKomgQ3oki2cUtr+iULjwoR1kmBi6lywsKpWm1uy 7miw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691509332; x=1692114132; 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=IBZdrEYpUz4qOFdi28UmQ76L9i19VSxIAnIwzjRoUYdHBwE8pn+pTlUJEyZ9kO7K7I wGo49B2Aw01Fbe/Rv1MaAt+aqYU6c6p2Xsb1C6lUxemOhDxN7ESi0/Di+Fsrt5SjzHv1 5VkyoalnDp+5HH+6KTie+RzYNvROFkCvEm3hJhSGJxHQhnbEif1QaGq3nGf191CCPzRW 9WRrLwPn91eHCG+jHI4V1KQaunGwIrXD2HBYOY3CE1y4wTXS1iz5O7OBnWmmapB/W1HB G8WtMLnu00u2PBtdJs9v2NrMow47sMVCu521WJKaMFW2GrjlsYn7w60E2d3x9oXrEFvF N3WA== X-Gm-Message-State: AOJu0YyL/JMuoIXrReA+2uUFpfjTt5bdQfimNs235gCXh4gO4WkSxUk2 5E1+1B004P8eLeugDEN1YfilbU2f9doxTPTsM7c= 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 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-samsung-soc@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 @@ #include #include -#include #include #include #include From patchwork Tue Aug 8 13:46:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 712300 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 D9613C001B0 for ; Tue, 8 Aug 2023 17:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234973AbjHHRud (ORCPT ); Tue, 8 Aug 2023 13:50:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229884AbjHHRuC (ORCPT ); Tue, 8 Aug 2023 13:50:02 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B483D27544 for ; Tue, 8 Aug 2023 09:22:12 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id 2adb3069b0e04-4fe10f0f4d1so9702576e87.0 for ; Tue, 08 Aug 2023 09:22:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691511698; x=1692116498; 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=gIz/kIXZlbn79WgRSOykuTeP/eTCVNlJKkD/AZiTsK2g2a1iey398ldGpgoSWveHRN uRjIxqDVakeJGBE8lObmuy8Ge/uQifeAW6RO4CvWS7nJuLHkeCXnc4qlwpGGtpPQzKPE 4m1ukNucFUC9wmdbiGsOH8V6z6W+L1lkX8FLvaOATkaSb67eGign8hRWkgWtpmu3toWb tTOSMmekxX1R7jCAT0TrbuajbWB+CbgUb1EUL1aEw6p8f57FHaCGmZgQBnMLRpZyUn+Z kiXE7DmpRfDzsNFsS1pL1UNfhuRdKLDxE5UDQ6kxjhxORooWkRngweGHFQtNXJbrxPhu 6UNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691511698; x=1692116498; 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=Hwi0VESwz63RKtJEHAGKydEcBLrnNUTX/ZePKIqOYB03y85pEdn24CtQuqzp8Uk4c4 kCvYJlEOfDbbAkjpD4fdoYVCF4/Kt8Fvu8MR8EWxftGPSiWvN3sD3JXxEWDOy6aFEINf +za/Czb3DVdJDGrvZsO0IxuDFkTfcWW2K5/VfvcGtoFjP8UyUQRHUCcpWtPeCJQTdgAO CFOFDul89vPP6rEXYyNkSfopDFDP2lPAuPzZDrPwiNC6K1inUlxzWs0TWMisRTCJl7mf FLsjQs2ZVdQom10AKMR/Uwbtl8YVIa2aDp3dLzfhW4bmzdkDlHcAIEAMdCcqG9w4p0wo i5zQ== X-Gm-Message-State: AOJu0Yxca97Mpj7ypr2iGUWaTO2wpm+z3fC4l547JGdrXcxVLay+2rMl 8d9tTgOvquZDgfM/OIxyZG4bGz6s0OqIZld59t4= 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 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-samsung-soc@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/regulator/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 @@ #include #include -#include #include #include #include From patchwork Tue Aug 8 13:46:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 712292 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 E7C69C001DB for ; Tue, 8 Aug 2023 20:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233250AbjHHUsP (ORCPT ); Tue, 8 Aug 2023 16:48:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233904AbjHHUsC (ORCPT ); Tue, 8 Aug 2023 16:48:02 -0400 Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38C7F41220 for ; Tue, 8 Aug 2023 09:40:52 -0700 (PDT) Received: by mail-ej1-x62f.google.com with SMTP id a640c23a62f3a-99bdcade7fbso811823666b.1 for ; Tue, 08 Aug 2023 09:40:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691512848; x=1692117648; 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=gFJH3s3CoTCkV3leqMUbZMzudyki+VKkP1J5hjmm55Ji9tpo+nSZkTexs0oe0W3/nA k/CO9EmlFHvRhrydKxSNFbVYLE1VJct+Co/8h5QWWZxjxhA7wcAhUhv/Xe+He4TJP/1E IKlg9ZIIuEoadufD9OCm3fvXcyovTsDVTzq7be4qfyyTEfKSXaveEYRbBHN89gNwDjpF fdmgg/+OjYaZmoCiKLmkgbqboWBE3BSX64SexJ4WYektYpXt7ZyJ+tOu3HoZFUH18y8W 5N9IWxIyaDybLC3IIH/mVVpXxyDMTJVN8TVhDV7ew+l5WVkUZGOGS4C4IUVz8MXEr04A fFSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691512848; x=1692117648; 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=lp+4Qcgbgkl4UOs20HaUHBNM7gMh/qTzEjXofILt6slBYeg667Z+Ul0JNt+4UtHx3+ eFNDCcp2XjMLSowSAPeTZTk4g3ROxrLqD7bNYy3jZP6KGx2OcEPDip+pbWKG/1bzpRsA dBtkah6ZehtgnOVqxVF49z88QXsbDkxuzYFfbASOPxXAuUDVKQASqwy28MIkxPCHxM0Z 7yDBM/Hhfg5NhEuygRIQXcDLniCbuwOu/PnMp19aiXBuWOR8UHKbw3RsZ42nO8ibAHVk gii+jF18ry0fHNyoyILCHM2KRFX8uRS/OAyDS0tFP8aWs4hBiA8J8DoUaYIOHirOaH1N S/rQ== X-Gm-Message-State: AOJu0YyCjJB4oHm00ThnECkOT0SzWVvkgUd14zCJLSkYSxX2jUsrK2m1 3vwbAFSDL+M6LYf7A1F9tV/OmCYEjWHngQIjJUg= 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 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-samsung-soc@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 @@ */ #include -#include #include #include -#include #include #include #include From patchwork Tue Aug 8 13:46:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 711838 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 DC1FBC001B0 for ; Tue, 8 Aug 2023 19:09:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233171AbjHHTJj (ORCPT ); Tue, 8 Aug 2023 15:09:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232855AbjHHTJB (ORCPT ); Tue, 8 Aug 2023 15:09:01 -0400 Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9647D54AF for ; Tue, 8 Aug 2023 09:30:56 -0700 (PDT) Received: by mail-ed1-x52d.google.com with SMTP id 4fb4d7f45d1cf-52164adea19so7603030a12.1 for ; Tue, 08 Aug 2023 09:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691512234; x=1692117034; 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=T9RSfeb9Ylu4uls4p6Pd+t3MvdlTmCzGdVXPbXux94/EZ8iQUeBh0OHKEDYn5aFIxv cNf9wU6KTyXJjUOmQUUt9Wq5MEP/gjZTG0XN243hRany4DOyuIetbGmZk4XQZm1q6BbO 6eriACPd73dplBQ36UhWBpF7G/+356UO0iFHjEmgXZ5t2Pvjyo9oMZPutOgflJkwSiTW qfjnUZqxe/roYAbZZmdiTN9740UoxdZrey2I1WhJHE+bsIIcHmRf8biowvi56D+OauTl s9MaGbRUBnHYNajg9LrEhxPYoSrEJ3iSwSgVAu7jR8VAhD7N7e2dWUV4A3ONZf+nWqwo O8XA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691512234; x=1692117034; 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=T4OpNJ1W9ihRARDrttdsNLrkqs8xbtrxb8DKVyZFir8r0rr8wnKJO7b4zjuTOBOgXY jGxYKrCZRWtWWxJqMcfoExllqUOIAOtsk02kpPgZfQKVeuR+ARLV+aWPvNdRXFzEMuUM Ug+1C26AMhBclS3PQZF/FYmOXSzhjc7NR2ASpHarA07Cg9sFMg5alexZUtnOi1yaakDw ec66i4QcRxjhXiopqzo2Coi2Lk8SnWmy/n1pVW3IDPAuUJ0jMTv2uHre3WXLrQHvERpm xnagMNDck58DFczgaiwKsYUwzvbZvErwB/jvOb1oX/nwJB0u0u+V17Rh3ZwCR3mU+/Vo aFGw== X-Gm-Message-State: AOJu0Yyr9X/xEIFNRpkBRijJn5nt+PL6VrL0PCW+pdO/9efAogvVnJfc D/B76Z5K8SkMvdjOMkKC29wLJnKaPLeyNRG+iFU= 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 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-samsung-soc@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/rc5t583-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 struct rc5t583_regulator_info { From patchwork Tue Aug 8 13:46:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 711844 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 2111CC001DB for ; Tue, 8 Aug 2023 17:57:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229950AbjHHR5X (ORCPT ); Tue, 8 Aug 2023 13:57:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231615AbjHHR4c (ORCPT ); Tue, 8 Aug 2023 13:56:32 -0400 Received: from mail-ej1-x62e.google.com (mail-ej1-x62e.google.com [IPv6:2a00:1450:4864:20::62e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99A4844AA for ; Tue, 8 Aug 2023 09:25:34 -0700 (PDT) Received: by mail-ej1-x62e.google.com with SMTP id a640c23a62f3a-99bf91956cdso769625066b.3 for ; Tue, 08 Aug 2023 09:25:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691511924; x=1692116724; 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=tc1sSPEoLW/wJNv1Hszn+BIBihepQ6vMCYWy1OlaUNdIZwzAk3jw17aj8u4M0vufgj VuWI/bsH08+yDX8xJm0AgKnoKjMO/CFMQl4h6mtAQDOYz7VOrAmQ9foOpypn6QnY0r+q nTbp+BKaXChHksiGqhjp6bDsA9PqXY9dzRo9SRKZZ32qCqU1g0FDaOIp50/kqdbMbxPz cizA4u4UtE2MHZzHnA9VuR5/ULECvbbflf9L4G44gGJOTDHcbwX5oJ1/FhvJP61L1Ak8 7F6LM4PSyuW/cufBz1S3vIuGpAReiif3bx3T8Q7/EddZSQrDh2C4+d80fpM3MEM7LA18 LeHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691511924; x=1692116724; 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=JNtTZ9TcKb4KtSFZqOOPnqDRB79v/1/r6w8kKyfK18zooMA1VpIFpLxY899YKv43KM CpGROQNHnntVR8q//fIyB5jUT7rIBySFsj/a7+p05QgXPOnxEcyqWekGqMoGybkaQ3oj TEpoFM9kyAuFkwkVpeXvCnlCrSm2OUihS6oAifuP7dDsfFYXZByhfaKrVyeGYa31WDiB VnLrH41pt4nk/F/BaTLHpwczD6QA7YV78vD9AzXE2I8E9e68zZy2Haq341xzjJJ5cF4k vNuMISU8rFt9sfrbcOC/wf9dbrNX1qaJLNxo1nSegpqlFem+BCkUxg/thq5/p1Kijlta mfIA== X-Gm-Message-State: AOJu0Yz2N/qNFuQRx66F03Dl7p+Bd/avah9n4EoS7DYtyez0oHVGgq3w YFleNUeoTlDCfGlRJRR9Ve874x7BZkBaNIFwNWA= 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 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-samsung-soc@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/mt6311-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 #include -#include #include #include #include From patchwork Tue Aug 8 13:46:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 711837 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 61A2DC001B0 for ; Tue, 8 Aug 2023 19:20:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236026AbjHHTUj (ORCPT ); Tue, 8 Aug 2023 15:20:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235986AbjHHTUL (ORCPT ); Tue, 8 Aug 2023 15:20:11 -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 866071068D9 for ; Tue, 8 Aug 2023 09:43:29 -0700 (PDT) Received: by mail-ed1-x52b.google.com with SMTP id 4fb4d7f45d1cf-51e28cac164so40357a12.1 for ; Tue, 08 Aug 2023 09:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691513008; x=1692117808; 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=WVDoXb0X4G7NqWcVcqgy3RVQelImjtLTer8ktnuFN4Lys6G+LzFGXiXdY6CA/t492N OxIXPbTun12VeXnmzuc9My2AGpy4koX3X0q6Q8uYbQmv7xSUjG3rUxggWUTagyTJ7PCX GL7+YF7JQrodAYzBnNSzf1aL52fScj+fa9kvkJr7y7BvISFhR16ukHkrYmLH26icsvZK d5gQev+G8p7fV+9j7cOB1nzoMGMBc/nDhvzX7OVPUPiXlhlZ8n5NyhxREytrxx7pdxED 9060pJbpzcGyZlq27B6m3pc9Dq2S4pRQm9SwEcw1hu48ppoLJAtozVv4a9P79Jc9sc1J DK6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691513008; x=1692117808; 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=h2kKTmWwA0CDXJm2WTQ47O4zgs/SJdfj31XlzPnwHU5oAyusjEBJ7JOStWXiE+z0dK KZp+Q5blnL4fTJGgdbWzhrtOEIoeB+SRHrIXp65DJkGtcp1qu8WcyjC9m60riUPc4EO7 HJ/oymGCT4t34PkY4QVu3gHhufgzAxIHnIiUzS+jQtskYWEIcWHci79Z8QTV7K3HLM4e OwLmA8SJT4nXp9Vbp+uAM3gux8NRTiWhQyiPrTeFs1oX63NAxogzDi8WLjHTWTAxy94o gv7B037RgLjq2vuR0M1tsrfwfQ76ob6fBaEB+s3CnuygpJ6R5H0Qh4f+zMRkzZiJHxtr Ehyw== X-Gm-Message-State: AOJu0YzkH0zys9xmmkoQYjmwBAOTehJmlzkkwhZIspoMsNYL18XdA+Zv mzxNwiz0Vx8GlK9qHZIgLCaNdQR/dTyN5tYMXyg= 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 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-samsung-soc@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 -#include #include #include #include From patchwork Tue Aug 8 13:46:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 712299 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 25291C001DB for ; Tue, 8 Aug 2023 17:56:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233026AbjHHR4a (ORCPT ); Tue, 8 Aug 2023 13:56:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231615AbjHHRz6 (ORCPT ); Tue, 8 Aug 2023 13:55:58 -0400 Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B1552A826 for ; Tue, 8 Aug 2023 09:25:19 -0700 (PDT) Received: by mail-wr1-x431.google.com with SMTP id ffacd0b85a97d-3175f17a7baso4421512f8f.0 for ; Tue, 08 Aug 2023 09:25:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691511910; x=1692116710; 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=M9P030ZmUKza6/c7B8NnjeoiOein61E66DGDC8mAo6ARaUpxx33HMpXUo46vICtuHh rFalUOFsJOAqeOYN6gsomQ9vPioHHnbUilOvf8S4Gja6R+7uh0wNBCF7jfguKghQDlzn yfEKnFAAlGLChCrYPtichGX600RUdPRju6q0Q//WNknssixrL6ks2iW2bTqXoffl9J5D I4HFovczK9mgBEw4k+0H0FFUmozRTiO99EO8DU5LdFy3n1zQKD/iZkFyT1FiTQVprGgm cvn7w5rVnYsmPMeERZz3XKfa+V1qQnYnMBN6KV8ftEdSbL+vq9x3oGbKFtFnU0Ya7FF2 SVDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691511910; x=1692116710; 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=GMrRa0zEMQP5AxkG6Ipmggftj6osa274s5qMyi+Yxh6wgr3Ary0iC3J9Gm8g2JNLUi XULUhiiFpnu/XtYMkR6ybOZlRcXAdzeJU7A06A3bPXgZSNb4/0sxyMXv+1/Qsh3JtSOA xZYwu/9EP2Hz/FQCatjVUzrkrzeIZH1NwM9GqiGBnodinm7jLh/I+awwbXGbKglpu4KJ 9C8yo9WsP8rsfQmGoFZi95cHBMcK0rPAwcR1ihrHYaHC3pdU4BZfiakJ1fctQIm+MBb5 fl6GaC/JcDlumshe5kyOh1GGmk4rRhqJeUBfwYOecSwd2vqZUyh67owAG4X71YLvny4k w8eA== X-Gm-Message-State: AOJu0YwMURfbXB97dQetj5ZjFZVs9j1QYwKehP1pCQqL3CMjbn5nqNct a16+Mzk5crU5LQTuaX22Azr9DuCjKN26Qyn4aLM= 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 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-samsung-soc@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/max20086-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. #include -#include #include #include #include From patchwork Tue Aug 8 13:46:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 712297 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 A9C53C001DB for ; Tue, 8 Aug 2023 18:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232849AbjHHSAg (ORCPT ); Tue, 8 Aug 2023 14:00:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230088AbjHHSAP (ORCPT ); Tue, 8 Aug 2023 14:00:15 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 270672C9A5 for ; Tue, 8 Aug 2023 09:27:36 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id 5b1f17b1804b1-3fe5695b180so23735375e9.2 for ; Tue, 08 Aug 2023 09:27:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691512003; x=1692116803; 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=WUi8MGhbt1J94FKJX0OCMHhxHhm7MxscNpEDL07HqJLGS2tN7I1xjyCfutHwSSkvR0 +nGU/d5T7hVPpP9+Uu3lXO5MtiY2dq1oETV/gwljnbA3vo0rFY4Qy7ruw0Mn7WFEIbV9 19rZujkISslOBuB+l+yVX6BDu+qSDsMx/k9mc7d4CtZNnz4X0EBi8wl7ilbfToREeOGC nMyGeHOBrp0dLtlXXPjNC+2y3jELlNssUO/eOObmuF+1xRdDcOv4drOwwZKWR5Tg1qWt uXHdwwoDUWaBnzCJJ8U/qfHVD3vI88fo0oQn3HcHxYHffnPCOodLESWpsQP90FM7KWmu 62cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691512003; x=1692116803; 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=FT2X1AkdBW0tEjtGyxCxKG4xu7rxzWqGiRdldpYCA1EMBbnBKktxiCaOMye3DYndjq jH1cDy5SGaMLxuXJo1CaY3dPeGkSXW9YR4lPFY3zlTe8ybBA8LHH8YrEh7WjxOdEQGol mT4ZP57cSUcPIxnY4ptSZ5yWx5cbqdOSUzAmHPIOGYpa1GppaH1ndOW/JVl1/dPQGOZo Mrm70Y+mot6gCckfLjpherTvXfe4LWxgPLWwzZ0Rg5L8JBJUftUedp8K8KatNA8beJSb 1VorAwM7lqRxHYJ4zRodHXDvszWo/ITEjdb1JLaIPY8YwkF68DdgYu5eCX0b93NqwjR4 YAWQ== X-Gm-Message-State: AOJu0Yyfw9auzmTDbdvY2n1LPDcgo950+/LcxSKmJ+8N5vhKt1SgSVFX a2jI4pzEI9bbYAGH4Udl4c5uMODviaftbSHR/gs= 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 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-samsung-soc@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 From patchwork Tue Aug 8 13:46:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 711842 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 4C881C001DB for ; Tue, 8 Aug 2023 18:03:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234125AbjHHSD1 (ORCPT ); Tue, 8 Aug 2023 14:03:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229806AbjHHSDS (ORCPT ); Tue, 8 Aug 2023 14:03:18 -0400 Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6830AF3A39 for ; Tue, 8 Aug 2023 09:37:17 -0700 (PDT) Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-3fe426b86a8so48942085e9.3 for ; Tue, 08 Aug 2023 09:37:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691512599; x=1692117399; 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=qtj3B+Z9xC5E0WirROk+Rkk7nH0pDV7rPyOilHAxpfdIvEiNx+kE+CPxVtvqnoE8G6 ePTUxB/CAxSPDaJTztYGY6Y1jAUklkvsB3BMrjNbsF+DDGHaMPTSayYa5+ycukZdP01U Wj40l/mhGzIRjhrAmQoBbNlStToqQPDRoarlGq2Kjv27++NQisayV8VJVReJl/1+sEY7 9KzDhFzBlVFSAF6Xf64el3E1TAkMSHpdbJn8/wPeEhhRbLNLvmUnFiguUqMqGhAQ631b zun8i8OWTB27hQlNjEMkus2FkjsN7lIE0wageKNyTj5lBiYLZLwH9FjrkLoG/+UIyIRa RZIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691512599; x=1692117399; 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=Bi53tAXoQozDnqhwSiVMKoeYZ6kjkFh0zBHvoxVKGHF5QhDCVX6xyFf/35410FPmD/ /fZhQqsynSEF7fDbwoDT6T59LPx0FW98E6hPbL/5ZCz9Xb70OHXchgfn8maYcaGyHKeH nBC4G/hOCetPxVROfzY1zu9BbWU9xB9M9Fqr1sNmU/690ftSiMl2f4LYkYZlWPKSHr97 8wOFHOcgdZVfo2Si3IQv5zp69S0Ofm+nYAJnHgvsGutNUuMrN804qFg8OTmD2e7HjjSg Sbnm2nK06YgV5WMKGqaroUgYKHPQTgQeGSyLpdvjXtlVRJ6PlpKdyZxIX1+xrItqM0EA 8oAw== X-Gm-Message-State: AOJu0YzLG91TKwR6vHVCKvJ4s0sDiH+STDYCEhSEMXFFbwru2YJUhq9E H/OFhtRlKiDNtFGSVfy4DHaWO61ldoTvpn8HJyY= 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 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-samsung-soc@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/bd71828-regulator.c index f3205dc9d4fc..08d4ee369287 100644 --- a/drivers/regulator/bd71828-regulator.c +++ b/drivers/regulator/bd71828-regulator.c @@ -5,7 +5,6 @@ #include #include -#include #include #include #include From patchwork Tue Aug 8 13:46:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 711835 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 37D1AC04A94 for ; Tue, 8 Aug 2023 21:38:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229437AbjHHViJ (ORCPT ); Tue, 8 Aug 2023 17:38:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231151AbjHHViF (ORCPT ); Tue, 8 Aug 2023 17:38:05 -0400 Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B754367D0 for ; Tue, 8 Aug 2023 09:30:52 -0700 (PDT) Received: by mail-ed1-x529.google.com with SMTP id 4fb4d7f45d1cf-51a52a7d859so52321a12.0 for ; Tue, 08 Aug 2023 09:30:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1691512225; x=1692117025; 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=MdR5y/YJzgBn9xsRMxoeTcRu3v/kKjq8wtej92ezftE54MzSUvCbZNaAV3zBNFPqoD iPMjhsWely6RdGhS3OGEeP8Unm6VZ2dAqHSRZbytUj9EbRcZJ+2F8dLJ+dRXDgcGnvv8 1fc7ANbNSvqSxiEjBEqukeqYDJewMRLkA+ByWUyxNuKXWZt/sAGpp/Scsa0v7dKwd2vD 9njHV3zn7n4o7zxtJJiJ2rdLHk3YZFHiGF8bsZK2911Ra1TeTCF7DEPiXYtdRO6oN1eC P//3ufBRKWLbcwelrPfcpUzZ71YsjSoqZ2dqmQDBZMwxGTrCHNzcYE8YjKXbmjVDOxYl 28MA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691512225; x=1692117025; 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=TT2wNBn74T4JfhZLc3Yq3Tc6eXkttZvrEI6ChO/Hx5UDi0FQrFuzCkkf0tZ8k1LHCo zNQbBnt45aXpSJMexps0aWGpuXiMFMkyBpws1WHTCMwNbRhNk3dtmmVg6/fg4k49oSwW 8sBy++lUa4Gohd1ddxLuUvmyhg0iuZCzrud1oeubGikoSN6jaqPo1mcszPmRGu7XXhpS 1I0jW4LnOk4VgTBBjYYuhaRBxnRWblm0PbXxI1CMnluT5xlscPWGI3kykXj8Jtx4w+i/ FHxKDGRD5dUhCBoMa1G93NhNtZaIl2t7+he1lZON0bi98twtJFEoxVVOKqtevK/jTPZS NUeA== X-Gm-Message-State: AOJu0YyZwyhvre24SGPEvXwllyi9rk33I/ffg/yDAkbpv89Ui4z1DbBe 6nkWCMRFFK5pX19cyTd34YRmn7DxiWjxq9qInBk= 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 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-samsung-soc@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/bd71815-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