From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v2 1/3] x86: add support for Huawei WMI hotkeys. Date: Mon, 05 Nov 2018 12:05:22 +0100 Message-ID: References: <20181102041120.7603-1-ayman.bagabas@gmail.com> <20181102041120.7603-2-ayman.bagabas@gmail.com> <3074f3045a43984fc9df4d4bb66d15e3f5293e90.camel@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <3074f3045a43984fc9df4d4bb66d15e3f5293e90.camel@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: ayman.bagabas@gmail.com Cc: Andy Shevchenko , ALSA Development Mailing List , Hui Wang , Andy Shevchenko , Darren Hart , Jaroslav Kysela , kailang@realtek.com, Linux Kernel Mailing List , Platform Driver List-Id: platform-driver-x86.vger.kernel.org On Sat, 03 Nov 2018 00:10:18 +0100, wrote: > > On Fri, 2018-11-02 at 20:20 +0200, Andy Shevchenko wrote: > > > +#include > > > +#include > > > +#include > > > +#include > > > > 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