sh: mrshpc_setup_windows() needs to be inline.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 17 Dec 2008 05:58:04 +0000 (14:58 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:46 +0000 (18:44 +0900)
While no one should be including this file multiple times, flag it
inline anyways just in case.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/mach-se/mach/mrshpc.h

index 95c8b82540159b47e26278fa50f26c6fc7b0e769..56287ee8563a33d687bdd1930dbf85f3aff99bcc 100644 (file)
@@ -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 */
This page took 0.03052 seconds and 5 git commands to generate.