aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-05-14 01:01:53 +0000
committerJohannes Weiner <hannes@cmpxchg.org>2015-05-14 01:01:53 +0000
commit8ce27fe5607de575962f5376fe39cdf8a25deea1 (patch)
tree4ed183bcf986b11f7d9260c276f202a0529fb52d
parent16dd3e2ddedc20cdbb404220026bcec3cf7d891f (diff)
downloadmm-next-8ce27fe5607de575962f5376fe39cdf8a25deea1.tar.gz
frv: Remove unused inline function is_in_rom()
The function is not used anywhere in the tree (anymore) and this is the last remaining instance, so remove it. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--arch/frv/include/asm/sections.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/frv/include/asm/sections.h b/arch/frv/include/asm/sections.h
index 17d0fb171bba7f..d03fb64e93e9ce 100644
--- a/arch/frv/include/asm/sections.h
+++ b/arch/frv/include/asm/sections.h
@@ -35,12 +35,6 @@ extern unsigned long __nongprelbss memory_start;
extern unsigned long __nongprelbss memory_end;
extern unsigned long __nongprelbss rom_length;
-/* determine if we're running from ROM */
-static inline int is_in_rom(unsigned long addr)
-{
- return 0; /* default case: not in ROM */
-}
-
#endif
#endif
#endif /* _ASM_SECTIONS_H */