Skip to content

Commit

Permalink
[MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent b56bce9 commit 13626a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mv643xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef __ASM_MV643XX_H
#define __ASM_MV643XX_H

#ifdef __MIPS__
#ifdef __mips__
#include <asm/addrspace.h>
#include <asm/marvell.h>
#endif
Expand Down

0 comments on commit 13626a8

Please sign in to comment.