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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment