]> 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>
Sun, 31 Jul 2011 08:05:24 +0000 (04:05 -0400)
commite62d726754e79912405182cbda846c5efc7d1a09
tree1db0bd4b1db7b354550bd2763fdda9a3f3fbff1a
parent1d21313a18ac388e00a7487bb37bdc70954528b3
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