Re: [PATCH 12/16] arm: rmobile: Include in header

2023-10-04 Thread Marek Vasut
On 10/4/23 18:41, Paul Barker wrote: On Wed, Oct 04, 2023 at 05:19:43PM +0200, Marek Vasut wrote: On 10/4/23 15:48, Paul Barker wrote: On Wed, Oct 04, 2023 at 02:27:50PM +0200, Marek Vasut wrote: On 10/4/23 10:57, Paul Barker wrote: On 03/10/2023 14:27, Marek Vasut wrote: On 9/20/23 14:42, P

Re: [PATCH 12/16] arm: rmobile: Include in header

2023-10-04 Thread Paul Barker
On Wed, Oct 04, 2023 at 05:19:43PM +0200, Marek Vasut wrote: > On 10/4/23 15:48, Paul Barker wrote: > > On Wed, Oct 04, 2023 at 02:27:50PM +0200, Marek Vasut wrote: > > > On 10/4/23 10:57, Paul Barker wrote: > > > > On 03/10/2023 14:27, Marek Vasut wrote: > > > > > On 9/20/23 14:42, Paul Barker wro

Re: [PATCH 12/16] arm: rmobile: Include in header

2023-10-04 Thread Marek Vasut
On 10/4/23 15:48, Paul Barker wrote: On Wed, Oct 04, 2023 at 02:27:50PM +0200, Marek Vasut wrote: On 10/4/23 10:57, Paul Barker wrote: On 03/10/2023 14:27, Marek Vasut wrote: On 9/20/23 14:42, Paul Barker wrote: We don't want to rely on source files including before . What kind of error do

Re: [PATCH 12/16] arm: rmobile: Include in header

2023-10-04 Thread Paul Barker
On Wed, Oct 04, 2023 at 02:27:50PM +0200, Marek Vasut wrote: > On 10/4/23 10:57, Paul Barker wrote: > > On 03/10/2023 14:27, Marek Vasut wrote: > > > On 9/20/23 14:42, Paul Barker wrote: > > > > We don't want to rely on source files including before > > > > . > > > > > > What kind of error does t

Re: [PATCH 12/16] arm: rmobile: Include in header

2023-10-04 Thread Marek Vasut
On 10/4/23 10:57, Paul Barker wrote: On 03/10/2023 14:27, Marek Vasut wrote: On 9/20/23 14:42, Paul Barker wrote: We don't want to rely on source files including before . What kind of error does this solve ? Without this, must be included before , for example in include/configs/rzg2l-smar

Re: [PATCH 12/16] arm: rmobile: Include in header

2023-10-04 Thread Paul Barker
On 03/10/2023 14:27, Marek Vasut wrote: > On 9/20/23 14:42, Paul Barker wrote: >> We don't want to rely on source files including before >> . > > What kind of error does this solve ? Without this, must be included before , for example in include/configs/rzg2l-smarc.h added in patch 16, to avoid

Re: [PATCH 12/16] arm: rmobile: Include in header

2023-10-03 Thread Marek Vasut
On 9/20/23 14:42, Paul Barker wrote: We don't want to rely on source files including before . What kind of error does this solve ?

[PATCH 12/16] arm: rmobile: Include in header

2023-09-20 Thread Paul Barker
We don't want to rely on source files including before . Signed-off-by: Paul Barker Reviewed-by: Biju Das Reviewed-by: Lad Prabhakar --- arch/arm/mach-rmobile/include/mach/rmobile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-rmobile/include/mach/rmobile.h b/arch/arm/