On Sun, Aug 25, 2024 at 09:25:14AM +0530, Riyan Dhiman wrote: > struct image_desc and vme_user_vma_priv are used only in vme_user.c file. > Added keyword static to these struct definition to limit its scope and > potentially allow for compiler optimizations. I'm not sure if there is any optimization that compilers can do, when we tell it that the struct definitions are local. Did Gcc not complain when you compile this patch? Because it did for me.. Best regards, Nam