projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479305f
)
frv: remove unused inline function is_in_rom()
author
Tobias Klauser
<
[email protected]
>
Thu, 25 Jun 2015 22:00:43 +0000
(15:00 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 26 Jun 2015 00:00:37 +0000
(17:00 -0700)
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 <
[email protected]
>
Cc: David Howells <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/frv/include/asm/sections.h
patch
|
blob
|
history
diff --git
a/arch/frv/include/asm/sections.h
b/arch/frv/include/asm/sections.h
index 17d0fb171bba7f282e8db329862da5c0e4084604..d03fb64e93e9ce1afc54218e5aa6a058f9cd8c81 100644
(file)
--- 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 */