The patch titled kernel/acct: fix function definition has been added to the -mm tree. Its filename is patch-kernel-acct-fix-function-definition.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 patch-kernel-acct-fix-function-definition.patch git-kbuild.patch ioat-fix-sparse-ulong-warning.patch git-pcmcia.patch lpfc-sparse-null-warnings.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 add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch poison-add-use-more-constants.patch pi-futex-rt-mutex-docs-update.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