Re: [PATCH] kmap: fix header include to reflect actual path

2025-06-27 Thread Aurabindo Pillai
On 2025-06-27 12:34, Christophe Leroy wrote: Le 27/06/2025 à 17:32, Aurabindo Pillai a écrit : [Vous ne recevez pas souvent de courriers de aurabindo.pil...@amd.com. Découvrez pourquoi ceci est important à https://aka.ms/ LearnAboutSenderIdentification ] There are plenty of header include

Re: [PATCH] kmap: fix header include to reflect actual path

2025-06-27 Thread Christophe Leroy
Le 27/06/2025 à 17:32, Aurabindo Pillai a écrit : [Vous ne recevez pas souvent de courriers de aurabindo.pil...@amd.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] There are plenty of header includes like: #include Yes and in reality

[PATCH] kmap: fix header include to reflect actual path

2025-06-27 Thread Aurabindo Pillai
There are plenty of header includes like: #include However, the file kmap_size.h is actually inside the folder asm-generic. Fix the includes in various header files so that the correct path is referenced in the source, so rename them to: #include Signed-off-by: Aurabindo Pilla