All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: Fix implicit declaration of function numa_node_id
@ 2011-08-26  5:05 Nobuhiro Iwamatsu
  2011-08-29  6:46 ` Paul Mundt
  2011-09-01 21:05 ` Nobuhiro Iwamatsu
  0 siblings, 2 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-08-26  5:05 UTC (permalink / raw)
  To: linux-sh

  CC      arch/sh/kernel/topology.o
  arch/sh/kernel/topology.c: In function ‘topology_init’:
  arch/sh/kernel/topology.c:77: error: implicit declaration of function ‘numa_node_id’

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 arch/sh/kernel/topology.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/sh/kernel/topology.c b/arch/sh/kernel/topology.c
index ab37955..3297150 100644
--- a/arch/sh/kernel/topology.c
+++ b/arch/sh/kernel/topology.c
@@ -7,6 +7,7 @@
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  */
+
 #include <linux/cpu.h>
 #include <linux/cpumask.h>
 #include <linux/init.h>
@@ -14,6 +15,7 @@
 #include <linux/node.h>
 #include <linux/nodemask.h>
 #include <linux/export.h>
+#include <linux/topology.h>
 
 static DEFINE_PER_CPU(struct cpu, cpu_devices);
 
-- 
1.7.5.4


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

* Re: [PATCH] sh: Fix implicit declaration of function numa_node_id
  2011-08-26  5:05 [PATCH] sh: Fix implicit declaration of function numa_node_id Nobuhiro Iwamatsu
@ 2011-08-29  6:46 ` Paul Mundt
  2011-09-01 21:05 ` Nobuhiro Iwamatsu
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2011-08-29  6:46 UTC (permalink / raw)
  To: linux-sh

On Fri, Aug 26, 2011 at 02:05:41PM +0900, Nobuhiro Iwamatsu wrote:
>   CC      arch/sh/kernel/topology.o
>   arch/sh/kernel/topology.c: In function ???topology_init???:
>   arch/sh/kernel/topology.c:77: error: implicit declaration of function ???numa_node_id???
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

Against what tree? I don't have anything this applies to.

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

* Re: [PATCH] sh: Fix implicit declaration of function numa_node_id
  2011-08-26  5:05 [PATCH] sh: Fix implicit declaration of function numa_node_id Nobuhiro Iwamatsu
  2011-08-29  6:46 ` Paul Mundt
@ 2011-09-01 21:05 ` Nobuhiro Iwamatsu
  1 sibling, 0 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-09-01 21:05 UTC (permalink / raw)
  To: linux-sh

2011/8/29 Paul Mundt <lethal@linux-sh.org>:
> On Fri, Aug 26, 2011 at 02:05:41PM +0900, Nobuhiro Iwamatsu wrote:
>>   CC      arch/sh/kernel/topology.o
>>   arch/sh/kernel/topology.c: In function ???topology_init???:
>>   arch/sh/kernel/topology.c:77: error: implicit declaration of function ???numa_node_id???
>>
>> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
>
> Against what tree? I don't have anything this applies to.

From linux-next.  This problem is caused by the commit
d497d16880f15b3798c6e9c078ce7f9d70bbd6bc.
However, this patch is not yet applied in Linus-tree. Please apply in
my patch if applied.

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

end of thread, other threads:[~2011-09-01 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-26  5:05 [PATCH] sh: Fix implicit declaration of function numa_node_id Nobuhiro Iwamatsu
2011-08-29  6:46 ` Paul Mundt
2011-09-01 21:05 ` Nobuhiro Iwamatsu

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.