The patch titled kernel/acct: fix function definition has been removed from the -mm tree. Its filename is patch-kernel-acct-fix-function-definition.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: kernel/acct: fix function definition From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> kernel/acct.c:579:19: warning: non-ANSI function declaration of function 'acct_process' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/acct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/acct.c~patch-kernel-acct-fix-function-definition kernel/acct.c --- a/kernel/acct.c~patch-kernel-acct-fix-function-definition +++ a/kernel/acct.c @@ -576,7 +576,7 @@ void acct_collect(long exitcode, int gro * * handles process accounting for an exiting task */ -void acct_process() +void acct_process(void) { struct file *file = NULL; _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch git-acpi.patch acpi-identify-which-device-is-not-power-manageable.patch videocodec-make-1-bit-fields-unsigned.patch ioat-fix-sparse-ulong-warning.patch git-pcmcia.patch git-scsi-misc.patch aic7-cleanup-module_parm_desc-strings.patch qla1280-fix-section-mismatch-warnings.patch areca-raid-linux-scsi-driver.patch dc395x-fix-printk-format-warning.patch git-watchdog.patch sound-fix-cs4232-section-mismatch.patch ac97_codec-make-bitfield-unsigned.patch oss-via-make-bitfield-unsigned.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