dect
/
linux-2.6
Archived
13
0
Fork 0

Input: kxtj9 - explicitly include module.h

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

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Stephen Rothwell 2011-07-30 11:55:38 -07:00 committed by Dmitry Torokhov
parent ab3d0abe2e
commit 2501ec9766
1 changed files with 1 additions and 0 deletions

View File

@ -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>