The patch titled make kernel/power/main.c:suspend_enter() static has been added to the -mm tree. Its filename is make-kernel-power-maincsuspend_enter-static.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 pass-g-to-assembler-under-config_debug_info-fix.patch alpm-enable-link-power-management-for-ata-drivers-make-drivers-ata-libata-scsicata_scsi_link_pm_policy-static.patch fix-ide-ide-hook-acpi-psx-method-to-ide-power-on-off.patch fix-ide-ide-remove-ide-dma-check.patch drivers-mtd-mtdbdic-is-no-longer-an-own-module.patch if-0-v9fs_fid_lookup_remove.patch file-capabilities-clear-fcaps-on-inode-change-fix.patch security-cleanups.patch make-kernel-power-maincsuspend_enter-static.patch kconfig-syntax-cleanups.patch kernel-time-timekeepingc-cleanups.patch make-fs-libfscsimple_commit_write-static.patch remove-fs-ext2-balloccreserve_blocks.patch pm3fb-mtrr-support-and-noaccel-option-make-pm3fb_init-static-again.patch sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch reiser4-cryptcompress-misc-fixups-make-3-functions-static.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