From 37832d62154fb8edf64bfc1c5749ff2f3a6a625b Mon Sep 17 00:00:00 2001 From: Robert Marklund Date: Wed, 22 Jun 2011 21:05:59 +0200 Subject: include: Fix so the nmf-cm modules compiles Signed-off-by: Robert Marklund --- include/linux/moduleparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index ea36486378d..3856fdba2c1 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h @@ -196,7 +196,7 @@ struct kparam_array /* We don't get oldget: it's often a new-style param_get_uint, etc. */ static inline int -__check_old_set_param(int (*oldset)(const char *, struct kernel_param *)) +__check_old_set_param(int (*oldset)(const char *, const struct kernel_param *)) { return 0; } -- cgit v1.2.3