diff options
Diffstat (limited to 'drivers/input/ff-memless.c')
-rw-r--r-- | drivers/input/ff-memless.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/ff-memless.c b/drivers/input/ff-memless.c index 117a59aaa70e..5f558851d646 100644 --- a/drivers/input/ff-memless.c +++ b/drivers/input/ff-memless.c | |||
@@ -31,8 +31,7 @@ | |||
31 | #include <linux/mutex.h> | 31 | #include <linux/mutex.h> |
32 | #include <linux/spinlock.h> | 32 | #include <linux/spinlock.h> |
33 | #include <linux/jiffies.h> | 33 | #include <linux/jiffies.h> |
34 | 34 | #include <linux/fixp-arith.h> | |
35 | #include "fixp-arith.h" | ||
36 | 35 | ||
37 | MODULE_LICENSE("GPL"); | 36 | MODULE_LICENSE("GPL"); |
38 | MODULE_AUTHOR("Anssi Hannula <anssi.hannula@gmail.com>"); | 37 | MODULE_AUTHOR("Anssi Hannula <anssi.hannula@gmail.com>"); |