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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E636BFF885A for ; Tue, 5 May 2026 12:44:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7F3AB848CE; Tue, 5 May 2026 14:44:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="g5o2dbKq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1ADC0848D8; Tue, 5 May 2026 14:44:04 +0200 (CEST) Received: from tor.source.kernel.org (tor.source.kernel.org [IPv6:2600:3c04:e001:324:0:1991:8:25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DC496848B7 for ; Tue, 5 May 2026 14:44:01 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sumit.garg@kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 9255060142; Tue, 5 May 2026 12:44:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8AE8C2BCB4; Tue, 5 May 2026 12:43:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777985040; bh=hneXc7p6D2ukLUabBWpOFDCjS32j/19DYmJm723GJo4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g5o2dbKqlEk9qixbbnTHdLKgmGgs+2Q94QsOXk/vQYtr78Eq4q5Lu6eVc9lMgzNPH aJLh1ZIu+3VP0OpxahB8PNpWTQ18jYaMpoBZd6dQH+dLTHMVWGRsfCNuUIfdjvaZ6P rjS4FV/pmcWvXvfgXov6XnCfpFByp6rJo8fdT/+fvYZOdOXKfdZUSRCrH3q1/ZtO9f kLLS23YA/MmeTgTQPvqrubWk8Er2cWbuRilfHhxBGrhz13EDRADag4nUvju9woFxV/ y22Np0Lf5zAIMXs1toTb6IKFygqCTyJ5VBrnLWLJ3OGWE8FR6CIS7tWQeEcZaFaRGM aqTf3WW1QcC8w== Date: Tue, 5 May 2026 18:13:48 +0530 From: Sumit Garg To: Casey Connolly Cc: u-boot@lists.denx.de, u-boot-qcom@groups.io, Tom Rini , Simon Glass , Peng Fan , Marek Vasut , Alice Guo , Quentin Schulz , Ilias Apalodimas , Neil Armstrong , Mattijs Korpershoek , Kuan-Wei Chiu , Raymond Mao , Stefan Roese , Philip Molloy , Jerome Forissier , Marek Vasut , Varadarajan Narayanan , Patrice Chotard , Aswin Murugan , Rasmus Villemoes , Heiko Schocher , Michal Simek , Sughosh Ganu , Antony Kurniawan Soemardi , Luca Weiss , Balaji Selvanathan Subject: Re: [PATCH v2 07/15] soc: qcom: smem: adjust headers for U-Boot Message-ID: References: <20260504-b4-modernise-smem-v2-0-c01ec2ff3886@linaro.org> <20260504-b4-modernise-smem-v2-7-c01ec2ff3886@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260504-b4-modernise-smem-v2-7-c01ec2ff3886@linaro.org> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On Mon, May 04, 2026 at 08:57:35PM +0200, Casey Connolly wrote: > Drop Linux headers for the U-Boot ones. > > Signed-off-by: Casey Connolly > --- > drivers/soc/qcom/smem.c | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) Reviewed-by: Sumit Garg -Sumit > > diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c > index 8515b8ae7777..7143856e85c3 100644 > --- a/drivers/soc/qcom/smem.c > +++ b/drivers/soc/qcom/smem.c > @@ -3,19 +3,17 @@ > * Copyright (c) 2015, Sony Mobile Communications AB. > * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. > */ > > -#include > +#include > +#include > +#include > +#include > #include > -#include > -#include > -#include > -#include > -#include > +#include > #include > -#include > -#include > -#include > +#include > +#include > > /* > * The Qualcomm shared memory system is a allocate only heap structure that > * consists of one of more memory areas that can be accessed by the processors > > -- > 2.53.0 >