2006-02-15 06:15:01

by Dmitry Torokhov

[permalink] [raw]
Subject: [GIT PATCH 1/6] ixp4xx-beeper: fix compile error

From: Alessandro Zummo <[email protected]>

Input: ixp4xx-beeper - fix compile error

Signed-off-by: Alessandro Zummo <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
---

drivers/input/misc/ixp4xx-beeper.c | 1 +
1 files changed, 1 insertion(+)

Index: work/drivers/input/misc/ixp4xx-beeper.c
===================================================================
--- work.orig/drivers/input/misc/ixp4xx-beeper.c
+++ work/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 <[email protected]>");