]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: fix implicit use of asm/elf.h in kernel/cpu-probe.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 23 Jul 2011 20:26:41 +0000 (16:26 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 2 Aug 2011 16:41:40 +0000 (12:41 -0400)
commit127241b1ed982568566ca054bb66cfdd5809c9d7
tree80d74405dadc73b8941ed0643d461586d2a13105
parent9339cd4ccc1a590116944930c8690a411df9710f
mips: fix implicit use of asm/elf.h in kernel/cpu-probe.c

We are relying on asm/elf.h being present implicitly.  Once we clean
up the root cause of that, we'll see this, so fix it in advance.

arch/mips/kernel/cpu-probe.c: In function 'set_elf_platform':
arch/mips/kernel/cpu-probe.c:298: error: '__elf_platform' undeclared (first use in this function)

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/kernel/cpu-probe.c