]> 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>
Thu, 25 Aug 2011 17:54:36 +0000 (13:54 -0400)
commit849b01e0cd552b18f38d966569575a3941ccc297
tree895e9402833b676d99bd4d3e1b1aec294f9da927
parent71d30ad809a66a83a3a929625ffbccfe53d95881
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