From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 66C173644D9 for ; Fri, 9 Jan 2026 17:42:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767980573; cv=none; b=YfMKM05XPrcCIOoO5HGwFYiBvmb63pH3wQem2jFEckVVClZMIIklK3CxfnIohotDYFWw9pMcuxGF3KmX/ydwj/G8iKK0qtN9NZzcAvZ2s7G3qOEo4FX17xbtASuKN4MtOiYqv6EqnRJUVrAxn9Xc6fnL+ws/T4BojOJylvs3dws= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767980573; c=relaxed/simple; bh=ic6EDXpmUjCyEI6E+CG5YHI0W7SVuO5LA745UKnr61s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KL3AvJF9Ek8MCuZb/TSkE43XnVFH8dfVJTC1Fl+K8TXtlgMc65Z1GFdMToftrhSf0zCpQEZbBlT8VksSaZTTKczAnnxw/nSg2M9lfNF9nj4tKXXSf8Yt7LlZXpqyvoLh1GtdJdxOZKuMwS/ibHo0kLfmeXJaP7PuvSrmdy/f/cU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=qMb1tCHt; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="qMb1tCHt" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id CD4F01A2751 for ; Fri, 9 Jan 2026 17:42:49 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 87C2D606C6; Fri, 9 Jan 2026 17:42:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 55B7F103C8391; Fri, 9 Jan 2026 18:42:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1767980568; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=j3+36SqlAdoTXfnOikW9AxHAeQAxubUzzHG6ENlZxfQ=; b=qMb1tCHtSAjyRGDPMK+PCqOhxKW33w/uMWOsp6n0JuSnWUHzlRjTbNdd0A28tDwp/kSwPB zhUoS+gJ2tIzwRCnJ11NLwfZKARsx21QLXiY0t+qpBqTVUwbE7/2kblnOvQhxK9GIztLcJ pIykdeNgYWi0C/+InGONKwNokiF1xozNofkGzECKMOBEvuLKb+IeSlwFw2T3LIqvDTgHDG zd9Qrakwgy7waroN3e8UzH5aYw3Cv6pIKk0wicNEcNwvpxXKQR9fYQ3qEvarYwhZFNzPCs YX5FpQKmgVCfRLBMfXvr7VpBAtfsQ0NSoR4aQZKW0s6KiwgkSZ30XZRngUemLQ== Date: Fri, 9 Jan 2026 18:42:46 +0100 From: Alexandre Belloni To: Brian Masney Cc: Thomas Bogendoerfer , Claudiu Beznea , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH 08/13] rtc: pic32: update include to use pic32.h from platform_data Message-ID: <202601091742469d5013f7@mail.local> References: <20260109-mips-pic32-header-move-v1-0-99859c55783d@redhat.com> <20260109-mips-pic32-header-move-v1-8-99859c55783d@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260109-mips-pic32-header-move-v1-8-99859c55783d@redhat.com> X-Last-TLS-Session-Version: TLSv1.3 On 09/01/2026 11:41:21-0500, Brian Masney wrote: > Use the linux/platform_data/pic32.h include instead of > asm/mach-pic32/pic32.h so that the asm variant can be dropped. This > is in preparation for allowing some drivers to be compiled on other > architectures with COMPILE_TEST enabled. > > Signed-off-by: Brian Masney Acked-by: Alexandre Belloni > > --- > To: Alexandre Belloni > Cc: linux-rtc@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > --- > drivers/rtc/rtc-pic32.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/rtc/rtc-pic32.c b/drivers/rtc/rtc-pic32.c > index 52c11532bc3a3696359ca56349b42860aa90c966..3c7a38a4ac08eb0f5a44ae4e470c208a9d1dd599 100644 > --- a/drivers/rtc/rtc-pic32.c > +++ b/drivers/rtc/rtc-pic32.c > @@ -15,8 +15,7 @@ > #include > #include > #include > - > -#include > +#include > > #define PIC32_RTCCON 0x00 > #define PIC32_RTCCON_ON BIT(15) > > -- > 2.52.0 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com