Re: [PATCH] platform: hp_accel: Add SERIO_I8042 as a dependency since it now includes i8042.h/serio.h

2014-11-10 Thread Darren Hart
On Mon, Nov 10, 2014 at 08:59:42PM +0200, Giedrius Statkevicius wrote: > Make hp_accel dependent on SERIO_I8042 in the Kconfig because since commit > a4c724d0723b078e4ab4670e557cda1795036a7a ('platform: hp_accel: add a i8042 > filter to remove HPQ6000 data from kb bus stream') hp_accel includes i80

[PATCH] platform: hp_accel: Add SERIO_I8042 as a dependency since it now includes i8042.h/serio.h

2014-11-10 Thread Giedrius Statkevicius
Make hp_accel dependent on SERIO_I8042 in the Kconfig because since commit a4c724d0723b078e4ab4670e557cda1795036a7a ('platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream') hp_accel includes i8042.h and serio.h. Reported-by: Jim Davis Signed-off-by: Giedrius Statkeviči