aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/include/mach-se/mach/mrshpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/mach-se/mach/mrshpc.h b/arch/sh/include/mach-se/mach/mrshpc.h
index 95c8b8254015..56287ee8563a 100644
--- a/arch/sh/include/mach-se/mach/mrshpc.h
+++ b/arch/sh/include/mach-se/mach/mrshpc.h
@@ -3,7 +3,7 @@
3 3
4#include <linux/io.h> 4#include <linux/io.h>
5 5
6static void __init mrshpc_setup_windows(void) 6static inline void __init mrshpc_setup_windows(void)
7{ 7{
8 if ((__raw_readw(MRSHPC_CSR) & 0x000c) != 0) 8 if ((__raw_readw(MRSHPC_CSR) & 0x000c) != 0)
9 return; /* Not detected */ 9 return; /* Not detected */