]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: fix implicit include of <linux/topology.h> in vsyscall_64
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 16:33:18 +0000 (12:33 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:47 +0000 (01:43 -0400)
commit2ea76c2bd065cd25d4fc45d41edde82a333a59c8
tree06c6be47acff6eb568c3df507db8a979d6ced57d
parent843830475e06d690c4698fe4de46cbffb4442063
x86: fix implicit include of <linux/topology.h> in vsyscall_64

In removing the presence of <linux/module.h> from some of the
more common <linux/something.h> files, this implict include
of <linux/topology.h> was uncovered.

  CC      arch/x86/kernel/vsyscall_64.o
  arch/x86/kernel/vsyscall_64.c: In function ‘vsyscall_set_cpu’:
  arch/x86/kernel/vsyscall_64.c:259: error: implicit declaration of function ‘cpu_to_node’

Explicitly call it out so the cleanup can take place.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/x86/kernel/vsyscall_64.c