Hi Andy,
On Thu, 24 Jul 2025 14:42:18 +0300 Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
#include <linux/compiler_attributes.h> #include <linux/types.h> +#include <linux/stdarg.h>
Can we prevent the ordering?
I am not sure what you mean by this. Do you want alphabetical, reverse christmas tree, or something else? Or are you concerned with something completely different?
Alphabetical
#include <linux/compiler_attributes.h> #include <linux/stdarg.h> #include <linux/types.h>
I have no strong opinion, so fine by me.