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>
Thu, 20 Oct 2011 14:00:18 +0000 (15:00 +0100)
commitdd5d1380f1379882e4adad65a85271da4662d20d
tree590edfe2ff83b870e6affa7b0c183f5ed59a9a85
parentcba2efb64be89ad5404b38f7e39b50f337f45fb9
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