5 Nov
2018
5 Nov
'18
12:05 p.m.
On Sat, 03 Nov 2018 00:10:18 +0100, ayman.bagabas@gmail.com wrote:
On Fri, 2018-11-02 at 20:20 +0200, Andy Shevchenko wrote:
+#include <linux/input.h> +#include <linux/input/sparse-keymap.h> +#include <linux/acpi.h> +#include <linux/wmi.h>
Please, keep in order.
What order do I have to follow? Does this look right? module.h init.h apci.h wmi.h input.h sparse-keymap.h
A most common pattern is the alphabetical order.
thanks,
Takashi