Re: [PATCH] include: pm_domain.h: make header self-contained

2023-11-10 Thread Sascha Hauer
On Thu, Nov 09, 2023 at 01:11:08PM +0100, Ahmad Fatoum wrote: > pm_domain.h so far included no headers and only worked, because it was > included in a "correct" order in other files. Fix this by including the > header it depends on. > > Signed-off-by: Ahmad Fatoum > --- > include/pm_domain.h | 3

[PATCH] include: pm_domain.h: make header self-contained

2023-11-09 Thread Ahmad Fatoum
pm_domain.h so far included no headers and only worked, because it was included in a "correct" order in other files. Fix this by including the header it depends on. Signed-off-by: Ahmad Fatoum --- include/pm_domain.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/pm_domain.h b/in