diff options
author | Alessandro Zummo <alessandro.zummo@towertech.it> | 2006-02-15 00:48:40 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-02-15 00:48:40 -0500 |
commit | a09d31ff762a3671f2ae41b3bca50a100c5e4da6 (patch) | |
tree | ad4f8cc4cd0f795bb119ccbd222414595bc358f1 /drivers/input | |
parent | 10ee39fe3ff618d274e1cd0f6abbc2917b736bfd (diff) |
Input: ixp4xx-beeper - fix compile error
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/misc/ixp4xx-beeper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/ixp4xx-beeper.c b/drivers/input/misc/ixp4xx-beeper.c index d448bb5e486..3a6ae85cd69 100644 --- a/drivers/input/misc/ixp4xx-beeper.c +++ b/drivers/input/misc/ixp4xx-beeper.c @@ -19,6 +19,7 @@ #include <linux/input.h> #include <linux/delay.h> #include <linux/platform_device.h> +#include <linux/interrupt.h> #include <asm/hardware.h> MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); |