mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
9631042b91
Hexagon images fail to build with the following error.
arch/hexagon/kernel/vdso.c:57:3: error: use of undeclared identifier 'name'
name = "[vdso]",
^
Add the missing '.' to fix the problem.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
asm-offsets.c | ||
dma.c | ||
head.S | ||
hexagon_ksyms.c | ||
irq_cpu.c | ||
kgdb.c | ||
Makefile | ||
Makefile.syscalls | ||
module.c | ||
process.c | ||
ptrace.c | ||
reset.c | ||
setup.c | ||
signal.c | ||
smp.c | ||
stacktrace.c | ||
syscalltab.c | ||
time.c | ||
trampoline.S | ||
traps.c | ||
vdso.c | ||
vm_entry.S | ||
vm_events.c | ||
vm_init_segtable.S | ||
vm_ops.S | ||
vm_switch.S | ||
vm_vectors.S | ||
vmlinux.lds.S |