From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>,
Andres Salomon <dilinger@queued.net>
Cc: driverdevel <devel@driverdev.osuosl.org>, gregkh <greg@kroah.com>
Subject: [PATCH -next] staging/olpc: xo_1 needs delay.h
Date: Tue, 19 Apr 2011 11:22:02 -0700 [thread overview]
Message-ID: <20110419112202.8611bdc4.randy.dunlap@oracle.com> (raw)
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix build error, needs delay.h:
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:168: error: implicit declaration of function 'udelay'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Andres Salomon <dilinger@queued.net>
---
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c | 1 +
1 file changed, 1 insertion(+)
Can we get something in MAINTAINERS for OLPC, please?
--- linux-next-20110419.orig/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
+++ linux-next-20110419/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
@@ -11,6 +11,7 @@
* License as published by the Free Software Foundation.
*/
#include <linux/cs5535.h>
+#include <linux/delay.h>
#include <linux/gpio.h>
#include <asm/olpc.h>
reply other threads:[~2011-04-19 18:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110419112202.8611bdc4.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=dilinger@queued.net \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®