提交 2a8bc923 编写于 作者: P Paul Mundt

sh: Shut up CONFIG_32BIT=n compiler warnings.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 20b5014b
......@@ -87,7 +87,7 @@ static inline unsigned long phys_addr_mask(void)
return PHYS_ADDR_MASK32;
}
#elif CONFIG_32BIT
#elif defined(CONFIG_32BIT)
static inline unsigned long phys_addr_mask(void)
{
return PHYS_ADDR_MASK32;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册