The patch titled make kernel/power/main.c:suspend_enter() static has been removed from the -mm tree. Its filename was make-kernel-power-maincsuspend_enter-static.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: make kernel/power/main.c:suspend_enter() static From: Adrian Bunk <bunk@xxxxxxxxxx> suspend_enter() can now become static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx> Cc: Pavel Machek <pavel@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/power/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/power/main.c~make-kernel-power-maincsuspend_enter-static kernel/power/main.c --- a/kernel/power/main.c~make-kernel-power-maincsuspend_enter-static +++ a/kernel/power/main.c @@ -128,7 +128,7 @@ void __attribute__ ((weak)) arch_suspend * * This function should be called after devices have been suspended. */ -int suspend_enter(suspend_state_t state) +static int suspend_enter(suspend_state_t state) { int error = 0; _ Patches currently in -mm which might be from bunk@xxxxxxxxxx are origin.patch git-dvb.patch git-hwmon.patch git-nfs-make-nfs_wb_page_priority-static.patch git-scsi-misc.patch drivers-net-wireless-b43-mainc-fix-an-uninitialized.patch memory-controller-add-per-container-lru-and-reclaim-v7-cleanup.patch memory-controller-add-switch-to-control-what-type-of-pages-to-limit-v7-cleanup.patch remove-asm-bitopsh-includes.patch forbid-asm-bitopsh-direct-inclusion.patch reiser4-cryptcompress-misc-fixups-make-3-functions-static.patch remove-asm-bitopsh-includes-reiser4.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