public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: hv_mouse: Fix build error
@ 2011-04-06 10:14 Joerg Roedel
  2011-04-06 14:03 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Joerg Roedel @ 2011-04-06 10:14 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Hank Janssen, K. Y. Srinivasan, Haiyang Zhang,
	Abhishek Kane
  Cc: devel, linux-kernel, Joerg Roedel

The compiler argues about the implictly declared udelay
function. Fix it by adding the appropriate include.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-06 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 10:14 [PATCH] staging: hv_mouse: Fix build error Joerg Roedel
2011-04-06 14:03 ` Greg KH
2011-04-06 14:24   ` Roedel, Joerg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox