commit | 392c57a2ec811db37ae45adc513704cf92ba3e69 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 26 11:02:31 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 26 11:29:06 2010 +0100 |
tree | f86922a022637f9b53c335fbfa6edcedd828f5ff | |
parent | cb86ae95a0168be2acc6c48b1671ffaba1e5e39e [diff] |
ARM: fix build warning in asm/elf.h CC kernel/elfcore.o In file included from include/linux/elf.h:7, from kernel/elfcore.c:1: arch/arm/include/asm/elf.h:124: warning: 'struct mm_struct' declared inside parameter list arch/arm/include/asm/elf.h:124: warning: its scope is only this definition or declaration, which is probably not what you want Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>