* [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
* Re: [PATCH] staging: hv_mouse: Fix build error
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
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2011-04-06 14:03 UTC (permalink / raw)
To: Joerg Roedel
Cc: Hank Janssen, K. Y. Srinivasan, Haiyang Zhang, Abhishek Kane,
devel, linux-kernel
On Wed, Apr 06, 2011 at 12:14:56PM +0200, Joerg Roedel wrote:
> 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>
Already queued up to go to Linus in the linux-next tree.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] staging: hv_mouse: Fix build error
2011-04-06 14:03 ` Greg KH
@ 2011-04-06 14:24 ` Roedel, Joerg
0 siblings, 0 replies; 3+ messages in thread
From: Roedel, Joerg @ 2011-04-06 14:24 UTC (permalink / raw)
To: Greg KH
Cc: Hank Janssen, K. Y. Srinivasan, Haiyang Zhang, Abhishek Kane,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
On Wed, Apr 06, 2011 at 10:03:26AM -0400, Greg KH wrote:
> On Wed, Apr 06, 2011 at 12:14:56PM +0200, Joerg Roedel wrote:
> > 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>
>
> Already queued up to go to Linus in the linux-next tree.
Ok, fine. I just noticed it when building -rc2 with another .config.
Joerg
--
AMD Operating System Research Center
Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo, Andrew Bowd
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632
^ permalink raw reply [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