[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1302084896-25250-1-git-send-email-joerg.roedel@amd.com>
Date: Wed, 6 Apr 2011 12:14:56 +0200
From: Joerg Roedel <joerg.roedel@....com>
To: Greg Kroah-Hartman <gregkh@...e.de>,
Hank Janssen <hjanssen@...rosoft.com>,
"K. Y. Srinivasan" <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Abhishek Kane <v-abkane@...rosoft.com>
CC: <devel@...verdev.osuosl.org>, <linux-kernel@...r.kernel.org>,
Joerg Roedel <joerg.roedel@....com>
Subject: [PATCH] staging: hv_mouse: Fix build error
The compiler argues about the implictly declared udelay
function. Fix it by adding the appropriate include.
Signed-off-by: Joerg Roedel <joerg.roedel@....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..9c6d4d2 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 <linux/delay.h>
#include "hv_api.h"
#include "logging.h"
--
1.7.1
--
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