提交 0146d787 编写于 作者: P Paul Mundt

sh: mrshpc_setup_windows() needs to be inline.

While no one should be including this file multiple times, flag it
inline anyways just in case.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 1f6fd5c9
......@@ -3,7 +3,7 @@
#include <linux/io.h>
static void __init mrshpc_setup_windows(void)
static inline void __init mrshpc_setup_windows(void)
{
if ((__raw_readw(MRSHPC_CSR) & 0x000c) != 0)
return; /* Not detected */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册