From: Randy Dunlap <randy.dunlap@oracle.com>
To: werner <w.landgraf@ru.ru>
Cc: tj@kernel.org, gregkh@suse.de, akpm@linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: 2.6.39-rc3-gitX compiling errors of olpc-dcon_xo_1 and i82975x-edac
Date: Mon, 18 Apr 2011 14:56:29 -0700 [thread overview]
Message-ID: <4DACB38D.2070102@oracle.com> (raw)
In-Reply-To: <web-507861711@zbackend1.aha.ru>
[-- Attachment #1: Type: text/plain, Size: 715 bytes --]
On 04/18/11 14:49, werner wrote:
> =============================
>
> CC [M] drivers/staging/olpc_dcon/olpc_dcon_xo_1.o
> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c: In function 'dcon_wiggle_xo_1':
> drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:168: error: implicit
> declaration of function 'udelay'
>
Andrew has merged a patch for this one into his MM tree.
I'm attaching it below.
>
> CC [M] drivers/edac/i82975x_edac.o
> drivers/edac/i82975x_edac.c: In function 'i82975x_process_error_info':
> drivers/edac/i82975x_edac.c:298: warning: integer constant is too large
> for 'unsigned long' type
warning, not error.
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
[-- Attachment #2: stag-olpcdcon-delayh.patch --]
[-- Type: text/x-patch, Size: 742 bytes --]
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>
prev parent reply other threads:[~2011-04-18 21:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-18 21:49 2.6.39-rc3-gitX compiling errors of olpc-dcon_xo_1 and i82975x-edac werner
2011-04-18 21:56 ` Randy Dunlap [this message]
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=4DACB38D.2070102@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tj@kernel.org \
--cc=w.landgraf@ru.ru \
/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