diff options
Diffstat (limited to 'drivers/input/joystick/as5011.c')
-rw-r--r-- | drivers/input/joystick/as5011.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joystick/as5011.c b/drivers/input/joystick/as5011.c index f6732b57ca07..6d6e7418dc21 100644 --- a/drivers/input/joystick/as5011.c +++ b/drivers/input/joystick/as5011.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <linux/delay.h> | 30 | #include <linux/delay.h> |
31 | #include <linux/input/as5011.h> | 31 | #include <linux/input/as5011.h> |
32 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
33 | #include <linux/module.h> | ||
33 | 34 | ||
34 | #define DRIVER_DESC "Driver for Austria Microsystems AS5011 joystick" | 35 | #define DRIVER_DESC "Driver for Austria Microsystems AS5011 joystick" |
35 | #define MODULE_DEVICE_ALIAS "as5011" | 36 | #define MODULE_DEVICE_ALIAS "as5011" |