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 140EFC4828F for ; Sun, 4 Feb 2024 14:52:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ny+jsWMbVzPT4H7FpGUjBR6YKyFu4qIA71Dokl5tJmA=; b=S42LKn/YLh+hYe yA8g+LrVHKSfyKn1+b7g6YELr1j43N1dcyo7dO9QAk/yO/AA68p7nFPli9QS4gaY9mmKO20qrPpYb wLPqcNTAjQ2n6Jot6vKXPsR472TYBmlR2G5UNWMdIoF1u6imKXOWNzSBShBH1NEtpDi70EX/Isbfa I0TqK5BCTmee+YDeOY8JID0kBNEg/9jobII4mQN+U0+7rb9DBNhZbILyp9npGX3zi5S+6q16Pmn8P nAmphaG+DEaUjrDjLrPBfrkFmb14IAmZ4jcWv9sFhZImsWcBkTRGzillci6XtCs8scjElztjNnNec 6tKMVgroobdYdQaaaZEw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWdrH-00000000zuW-3lI6; Sun, 04 Feb 2024 14:52:35 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWdrF-00000000ztS-0wZi for linux-arm-kernel@lists.infradead.org; Sun, 04 Feb 2024 14:52:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 53787CE0A4A; Sun, 4 Feb 2024 14:52:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CFF0C433F1; Sun, 4 Feb 2024 14:52:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707058345; bh=KdPMVA/tpoCduXsQtZ/I8yAo4zxlR9r2MabVpaGpz2E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZlQP9Y6npTcUk8ABInK6eGD5dtVH4VyJ7xUM51g7yCOd5twmsbrSPj6wi6s1KJPQM j38GjhVCzIKBKY3LuVhEMU9BSB7sT84W692xL/LgonSMYZTLAp7mswEc19xCzyvwiC WcHYB/R3LMo93JydrZbRC7Z8jh4/KY/Bxyv6BpgQ= Date: Sun, 4 Feb 2024 06:52:24 -0800 From: Greg Kroah-Hartman To: "Ricardo B. Marliere" Cc: Russell King , Krzysztof Kozlowski , Alim Akhtar , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm: s3c64xx: make s3c64xx_subsys const Message-ID: <2024020419-vertebrae-twistable-2995@gregkh> References: <20240204-bus_cleanup-arm-v1-1-41d651dd8411@marliere.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240204-bus_cleanup-arm-v1-1-41d651dd8411@marliere.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240204_065233_453056_7AF84A46 X-CRM114-Status: GOOD ( 10.95 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Feb 04, 2024 at 11:46:21AM -0300, Ricardo B. Marliere wrote: > Now that the driver core can properly handle constant struct bus_type, > move the s3c64xx_subsys variable to be a constant structure as well, > placing it into read-only memory which can not be modified at runtime. > > Cc: Greg Kroah-Hartman > Suggested-by: Greg Kroah-Hartman > Signed-off-by: Ricardo B. Marliere > --- > arch/arm/mach-s3c/s3c64xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel