The patch titled Subject: frv: remove unused inline function is_in_rom() has been removed from the -mm tree. Its filename was frv-remove-unused-inline-function-is_in_rom.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 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