linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add kernel.h to plist.h
@ 2006-01-10 18:23 Daniel Walker
  2006-01-10 21:12 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Walker @ 2006-01-10 18:23 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel

	On ARM plist compilation fails due to missing container_of()
So I resolved it by adding kernel.h to plist.h .

Signed-Off-By: Daniel Walker <dwalker@mvista.com>

Index: linux-2.6.15/include/linux/plist.h
===================================================================
--- linux-2.6.15.orig/include/linux/plist.h
+++ linux-2.6.15/include/linux/plist.h
@@ -75,6 +75,7 @@
 #ifndef _LINUX_PLIST_H_
 #define _LINUX_PLIST_H_
 
+#include <linux/kernel.h>
 #include <linux/list.h>
 
 struct plist_head {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add kernel.h to plist.h
  2006-01-10 18:23 [PATCH] Add kernel.h to plist.h Daniel Walker
@ 2006-01-10 21:12 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2006-01-10 21:12 UTC (permalink / raw)
  To: Daniel Walker; +Cc: linux-kernel


* Daniel Walker <dwalker@mvista.com> wrote:

> 	On ARM plist compilation fails due to missing container_of() So 
> I resolved it by adding kernel.h to plist.h .
> 
> Signed-Off-By: Daniel Walker <dwalker@mvista.com>

thanks, added.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-10 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-10 18:23 [PATCH] Add kernel.h to plist.h Daniel Walker
2006-01-10 21:12 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).