浏览代码

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 年之前
父节点
当前提交
a09d31ff76
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>");