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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CAB95E63F08 for ; Sun, 15 Feb 2026 22:55:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=H4TWCWQvEKEnt9v/1rNXK1WIu2jDn+wGyrjvF/JjC0Y=; b=y7sTn1iHw6i5d5EUbmCQqV1VIc zAvB0hu7hqiFtGrOx64tS3Hsj4ONdDtC4pwWb6Cr6W0viUqDfMzPWYAeE5e0JwParglBgk8w673Nm YR3DlFNYIEGObYx4RrT/LlMkWGIzTebbgMOV5Hi7oZdeMO2GQPzA3Fcsx7VpnGrmwlagkLkt4U2/D 35ESvPJCcGjSHxFGYcCk6sg+BkD8DCvvlinhBAcwyqAiOdq6qw3QNpgJZQyRayUn08I3MDGKthYOl cTaf/ngGLowubocsYFvMh8twBVTzifFv3vZknJz1GyjZ/X6/sx/FX6XnPMFi4l24mf+LPb74QFyCw ufyS9xOw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vrl1n-00000005ji8-0eIl; Sun, 15 Feb 2026 22:55:47 +0000 Received: from zeus03.de ([194.117.254.33] helo=mail.zeus03.de) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vrl1d-00000005jVL-3k1Y for linux-arm-kernel@lists.infradead.org; Sun, 15 Feb 2026 22:55:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=H4TWCWQvEKEnt9v/1rNXK1WIu2jDn+wGyrjvF/JjC0Y=; b=KQv1WK kJgiwsH/MMJgj3k6X21h0JWwah35yIDAjFGLj1ZXnuPmICVhAhoHUhp6FPopF1/6 WljoaNzfXiPAsWJIrSTIzF091weMGVRIaXOqdlwx8ptVpiy/AzA9Fgn9Pom/ndEn yWxAciQJltdjwfbC3TD+f5rxO35GJ16aFkn9U06jUjh37m1sGVtGhZxDNDs2aHb+ UcbSEbcDVI/TWce1fn5P/h8c/LXRgtoNVJ5YdpsGCoG/okjj+1wbLeBI8GX+2h4/ L7NMB7kFXdhefFM6KlIq0V0skuDg8PXhw+4srKhR3vJTzywJO9D0Nro1Q83HMoiy NT7JjY4Q3/TWEDmw== Received: (qmail 3011627 invoked from network); 15 Feb 2026 23:55:18 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 15 Feb 2026 23:55:18 +0100 X-UD-Smtp-Session: l3s3148p1@fdlsu+RKEsEujns5 From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Andy Shevchenko , linux-arm-kernel@lists.infradead.org, Wolfram Sang , Bjorn Andersson , Baolin Wang , linux-remoteproc@vger.kernel.org Subject: [RFC PATCH v2 11/13] hwspinlock: sort include and update copyright Date: Sun, 15 Feb 2026 23:54:51 +0100 Message-ID: <20260215225501.6365-12-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260215225501.6365-1-wsa+renesas@sang-engineering.com> References: <20260215225501.6365-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260215_145538_744257_F574E72D X-CRM114-Status: UNSURE ( 8.51 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org During the latest refactoring, unsorted includes were a bit annoying. So, sort them to avoid this. Also, update the copyright due to said refactorings. Signed-off-by: Wolfram Sang --- drivers/hwspinlock/hwspinlock_core.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/hwspinlock/hwspinlock_core.c b/drivers/hwspinlock/hwspinlock_core.c index 838bb2ab5eba..adf6fefb382f 100644 --- a/drivers/hwspinlock/hwspinlock_core.c +++ b/drivers/hwspinlock/hwspinlock_core.c @@ -3,26 +3,26 @@ * Hardware spinlock framework * * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com - * - * Contact: Ohad Ben-Cohen + * Copyright (C) 2026 Sang Engineering + * Copyright (C) 2026 Renesas Solutions Corp. */ #define pr_fmt(fmt) "%s: " fmt, __func__ #include #include -#include -#include -#include -#include #include -#include -#include #include -#include +#include +#include +#include #include #include +#include +#include #include +#include +#include struct hwspinlock_device; -- 2.51.0