]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: SNI: Fix conflicting wrapper symbols for headers.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 27 Jun 2011 08:45:42 +0000 (09:45 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 10 Oct 2011 17:09:59 +0000 (18:09 +0100)
commitd8feda05cae551e1688194ee10e2f5c7418c8d7d
tree749114de2e85e564b425d66ec4d85b31b1f1011f
parent6b4519f49506bb8be1f096fa2fe8377c6d3fde22
MIPS: SNI: Fix conflicting wrapper symbols for headers.

If Open Firmware / Device Tree support is enabled on a SNI RM kernel both
<asm/mipsprom.h> and <asm/prom.h> will be included into some .c files.
Since both headers use the same wrapper symbol only the inclusion of the
first file will have an effect but the 2nd file will be ignored resulting
in a build error.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mipsprom.h
arch/mips/include/asm/prom.h