All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org, Andres Salomon <dilinger@queued.net>
Subject: [PATCH -mm] olpc: xo_1 needs delay.h
Date: Fri, 1 Apr 2011 08:56:05 -0700	[thread overview]
Message-ID: <20110401085605.dc8eb133.rdunlap@xenotime.net> (raw)
In-Reply-To: <201103312224.p2VMOA5g000983@imap1.linux-foundation.org>

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?

--- mmotm-2011-0331-1448.orig/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
+++ mmotm-2011-0331-1448/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-01 15:56 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31 21:48 mmotm 2011-03-31-14-48 uploaded akpm
2011-03-31 21:48 ` akpm
2011-04-01 15:56 ` Randy Dunlap [this message]
2011-04-01 15:57 ` [PATCH -mm] leds: fix pca9532 build when GPIOLIB is disabled Randy Dunlap
2011-04-02  8:56 ` nfs client doesn't work [was: mmotm 2011-03-31-14-48 uploaded] Jiri Slaby
2011-04-02  8:56   ` Jiri Slaby
     [not found]   ` <1302122693.16786.0.camel@lade.trondhjem.org>
2011-04-07  6:42     ` Jiri Slaby
2011-04-07  6:42       ` Jiri Slaby
2011-04-11 20:40       ` Jiri Slaby
2011-04-11 20:40         ` Jiri Slaby
2011-04-11 20:40         ` Jiri Slaby
2011-04-11 20:40           ` Jiri Slaby
2011-04-11 21:08           ` Jiri Slaby
2011-04-11 21:08             ` Jiri Slaby
2011-04-12 17:41             ` [PATCH] NFS: Fix infinite loop in gss_create_upcall() Bryan Schumaker
2011-04-12 17:41               ` Bryan Schumaker
2011-04-12 18:05               ` Jiri Slaby
2011-04-12 18:05                 ` Jiri Slaby
2011-04-12 18:31                 ` Trond Myklebust
2011-04-12 18:34                   ` Jiri Slaby
2011-04-12 18:34                     ` Jiri Slaby
2011-04-12 18:38                     ` Trond Myklebust
2011-04-12 18:38                       ` Trond Myklebust
2011-04-12 18:43                     ` Bryan Schumaker
2011-04-12 18:43                       ` Bryan Schumaker
2011-04-12 18:52                       ` Jiri Slaby
2011-04-12 18:52                         ` Jiri Slaby
2011-04-13 20:42                         ` Bryan Schumaker
2011-04-13 20:42                           ` Bryan Schumaker
2011-04-14 20:37                           ` Jiri Slaby
2011-04-14 20:37                             ` Jiri Slaby
2011-04-14 21:21                             ` Trond Myklebust
2011-04-14 21:30                               ` Jiri Slaby
2011-04-14 21:30                                 ` Jiri Slaby
2011-04-11 20:56         ` nfs client doesn't work [was: mmotm 2011-03-31-14-48 uploaded] Bryan Schumaker
2011-04-11 20:56           ` Bryan Schumaker
2011-04-11 21:19           ` Jiri Slaby
2011-04-03  9:11 ` mmotm 2011-03-31-14-48 uploaded KOSAKI Motohiro
2011-04-04 20:46   ` Peter Zijlstra
2011-04-04 20:46     ` Peter Zijlstra
2011-04-05  5:23     ` KOSAKI Motohiro
2011-04-11  4:11   ` KOSAKI Motohiro
2011-04-11  4:11     ` KOSAKI Motohiro
2011-04-11  4:11     ` KOSAKI Motohiro

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=20110401085605.dc8eb133.rdunlap@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=akpm@linux-foundation.org \
    --cc=dilinger@queued.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.