On Mon, 10 May 2010 01:16:20 pm Stephen Rothwell wrote: > Hi Rusty, > > On Mon, 10 May 2010 13:44:09 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > > drivers/acpi/debug.c:141: warning: passing argument 1 of '__check_old_set_param' from incompatible pointer type > > include/linux/moduleparam.h:165: note: expected 'int (*)(const char *, struct kernel_param *)' but argument is of type 'int (*)(const char *, const struct kernel_param *)' > > > > Introduced by commit a1c3b92923eced4ee034fa15bf058f91e435e08c ("param:param_ops"). > > Also > > drivers/message/fusion/mptbase.c:112: warning: passing argument 1 of '__check_old_set_param' from incompatible pointer type > include/linux/moduleparam.h:165: note: expected 'int (*)(const char *, struct kernel_param *)' but argument is of type 'int (*)(const char *, const struct kernel_param *)' Thanks, these are harmless, and I had followup patches outside linux-next which resolve them. I've now included them in the linux-next part of the series. Thanks, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html