* 2.6.39-rc3-gitX compiling errors of olpc-dcon_xo_1 and i82975x-edac
@ 2011-04-18 21:49 werner
2011-04-18 21:56 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: werner @ 2011-04-18 21:49 UTC (permalink / raw)
To: tj, gregkh, randy.dunlap, akpm, linux-kernel
=============================
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'
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
---
Professional hosting for everyone - http://www.host.ru
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.39-rc3-gitX compiling errors of olpc-dcon_xo_1 and i82975x-edac
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
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2011-04-18 21:56 UTC (permalink / raw)
To: werner; +Cc: tj, gregkh, akpm, linux-kernel
[-- 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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-18 21:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox