[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1302552092-8580-2-git-send-email-andreiw@motorola.com>
Date: Mon, 11 Apr 2011 15:01:32 -0500
From: Andrei Warkentin <andreiw@...orola.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...e.de, hjanssen@...rosoft.com, haiyangz@...rosoft.com,
Andrei Warkentin <andreiw@...orola.com>
Subject: [PATCH] HV SynthHID: Fix compile error.
Missing include for <asm/delay.h>
Signed-off-by: Andrei Warkentin <andreiw@...orola.com>
---
drivers/staging/hv/hv_mouse.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
index 50147f8..c5020c0 100644
--- a/drivers/staging/hv/hv_mouse.c
+++ b/drivers/staging/hv/hv_mouse.c
@@ -23,6 +23,7 @@
#include <linux/hiddev.h>
#include <linux/pci.h>
#include <linux/dmi.h>
+#include <asm/delay.h>
#include "hv_api.h"
#include "logging.h"
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists