Skip to content
Snippets Groups Projects
Commit dd5d1380 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
parent cba2efb6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment