The patch titled Subject: frv: Remove unused inline function is_in_rom() has been added to the -mm tree. Its filename is frv-remove-unused-inline-function-is_in_rom.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/frv-remove-unused-inline-function-is_in_rom.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/frv-remove-unused-inline-function-is_in_rom.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Tobias Klauser <tklauser@xxxxxxxxxx> Subject: 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@xxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/frv/include/asm/sections.h | 6 ------ 1 file changed, 6 deletions(-) diff -puN arch/frv/include/asm/sections.h~frv-remove-unused-inline-function-is_in_rom arch/frv/include/asm/sections.h --- a/arch/frv/include/asm/sections.h~frv-remove-unused-inline-function-is_in_rom +++ a/arch/frv/include/asm/sections.h @@ -35,12 +35,6 @@ extern unsigned long __nongprelbss memor 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 */ _ Patches currently in -mm which might be from tklauser@xxxxxxxxxx are origin.patch frv-remove-unused-inline-function-is_in_rom.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html