From nobody Fri Sep 20 13:34:03 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