From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73632C433FE for ; Fri, 4 Dec 2020 22:31:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3CCDA22D04 for ; Fri, 4 Dec 2020 22:31:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726443AbgLDWax (ORCPT ); Fri, 4 Dec 2020 17:30:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:58972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726149AbgLDWax (ORCPT ); Fri, 4 Dec 2020 17:30:53 -0500 Date: Fri, 4 Dec 2020 22:30:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607121012; bh=A5PDfegmsJU+jI11CZKuk4ET2s0/56XBFxg7Dke1AsY=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=bAMqQH+IMxEyJwYPxR+S8ROZ2UotxOAVljhq1R9dBTmRmxY2RP0z7IsOhUmEowBY+ QfxltaJWkJnn6KEVMntOu+AsdQ2OcXfmKVQbOkt4tyteO0rHMjibeAY6cuse+0f7+r d7GGLgIiVpC46xVRu715VrNZkrsfGrvFEUgX1kQ3pXN8QyblAGkEHqI/F92m4upUoy u9gOebncBxnZdunMR+sWGeLWae8E2wOhIKt+6EMWHC0R5D1EC1eFj4unhGb+WgdnG2 dvwh/LTK4QF7XY35k3KVB/+lrgt6ehMk6DbvYpbAfEDiD8vf4p3sBa8x9wIR2mVM6i UGK3nq36b2Bhw== From: Mark Brown To: Linus Walleij Cc: Liam Girdwood , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] regulator: ab8500: Decomission platform data header Message-ID: <20201204223008.GH4558@sirena.org.uk> References: <20201204140342.1640941-1-linus.walleij@linaro.org> <20201204140342.1640941-2-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Bg2esWel0ueIH/G/" Content-Disposition: inline In-Reply-To: <20201204140342.1640941-2-linus.walleij@linaro.org> X-Cookie: Not a flying toy. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Bg2esWel0ueIH/G/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 04, 2020 at 03:03:42PM +0100, Linus Walleij wrote: > --- > drivers/regulator/ab8500-ext.c | 13 ++- > drivers/regulator/ab8500.c | 116 ++++++++++++++++++++++- > include/linux/regulator/ab8500.h | 156 ------------------------------- > 3 files changed, 127 insertions(+), 158 deletions(-) > delete mode 100644 include/linux/regulator/ab8500.h There's also an include of the header in ab8500-core.c which isn't removed by either this or the previous patch and needs to be handled somehow. --Bg2esWel0ueIH/G/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl/KuHAACgkQJNaLcl1U h9AaRgf/ShdIC5H2zxVLdasIryvAxbCtZ06to3Id6p3T2lUHbvFeXLfgq5F/d43P aUcpPacS4eSbDUAerwofYUd+qQ+XYl446qlREuFJ9RxDrmAcU3PYWoOHFdls545G m0ihRvfGzRqC6kreyQeMiKuFYuIM8vPHj70R2K+rLNGB1BvXJtR9pDbjcSVP1X/O ioCe7Z6TL0oqEmQz6Z7G2GJFyeM2usQhofwdNbvUDJVXxS3JWrX4iOGDtGsWhYZs ixTWSIZJb8oUwZ3Ro/CeTxljbKGoaAxOTZ9ydjLenSN0R91+nKynxzEhRCoXmDgv Meq/crT8RhOg28g/NVYkadFtP79Kqg== =vvbQ -----END PGP SIGNATURE----- --Bg2esWel0ueIH/G/--