Browse Source

Input: ixp4xx-beeper - fix compile error

Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Alessandro Zummo 19 years ago
parent
commit
a09d31ff76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/input/misc/ixp4xx-beeper.c

+ 1 - 0
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>");