Re: [PATCH] cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h

2022-05-15 Thread Michael Ellerman
On Sat, 2 Apr 2022 11:52:33 +0200, Christophe Leroy wrote: > powerpc's asm/prom.h brings some headers that it doesn't > need itself. > > In order to clean it up, first add missing headers in > users of asm/prom.h > > > [...] Applied to powerpc/next. [1/1] cxl/ocxl: Prepare cleanup of

Re: [PATCH] cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h

2022-04-06 Thread Frederic Barrat
On 02/04/2022 11:52, Christophe Leroy wrote: powerpc's asm/prom.h brings some headers that it doesn't need itself. In order to clean it up, first add missing headers in users of asm/prom.h Signed-off-by: Christophe Leroy --- LGTM Acked-by: Frederic Barrat drivers/misc/cxl/api.c

Re: [PATCH] cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h

2022-04-06 Thread Andrew Donnellan
On 6/4/22 16:52, Christophe Leroy wrote: Thanks. Can you take the patch through your tree ? We don't have a tree of our own, we rely on mpe to take it through powerpc. -- Andrew Donnellan OzLabs, ADL Canberra a...@linux.ibm.com IBM Australia Limited

Re: [PATCH] cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h

2022-04-06 Thread Christophe Leroy
Le 06/04/2022 à 08:43, Andrew Donnellan a écrit : > On 2/4/22 20:52, Christophe Leroy wrote: >> powerpc's asm/prom.h brings some headers that it doesn't >> need itself. >> >> In order to clean it up, first add missing headers in >> users of asm/prom.h >> >> Signed-off-by: Christophe Leroy > >

Re: [PATCH] cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h

2022-04-06 Thread Andrew Donnellan
On 2/4/22 20:52, Christophe Leroy wrote: powerpc's asm/prom.h brings some headers that it doesn't need itself. In order to clean it up, first add missing headers in users of asm/prom.h Signed-off-by: Christophe Leroy Untested because I don't have your actual patch to change prom.h, but

[PATCH] cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h

2022-04-02 Thread Christophe Leroy
powerpc's asm/prom.h brings some headers that it doesn't need itself. In order to clean it up, first add missing headers in users of asm/prom.h Signed-off-by: Christophe Leroy --- drivers/misc/cxl/api.c | 1 + drivers/misc/cxl/cxl.h | 2 ++ drivers/misc/cxl/cxllib.c | 1 +