Commit 2cb5274c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] mips: Simplify expression

From: Ralf Baechle <ralf@linux-mips.org>

CONFIG_MIPS is always defined, for 32-bit and 64-bit.
parent bbbc024a
......@@ -16,7 +16,7 @@
#include <asm/setup.h>
#endif
#if defined(CONFIG_MIPS) || defined(CONFIG_MIPS64)
#ifdef CONFIG_MIPS
#include <asm/bootinfo.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment