summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-22 21:05:59 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:02:25 +0100
commit8aa763e67aa2201a7983996560f9d5f7a3fad327 (patch)
tree05dd083128879bece8e708d4b66ff3c0b561b870 /include
parent52a0405231a6b392dedb688200f3f5010391ff9b (diff)
include: Fix so the nmf-cm modules compiles
Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/moduleparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h
index c47f4d60db0..e05b8f5a766 100644
--- a/include/linux/moduleparam.h
+++ b/include/linux/moduleparam.h
@@ -169,7 +169,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;
}