Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2501ec97 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Dmitry Torokhov
Browse files

Input: kxtj9 - explicitly include module.h



We need to explicitly include module.h since some of its facilities
are used.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent ab3d0abe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/input/kxtj9.h>
#include <linux/input-polldev.h>