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@stericsson.com>2012-05-22 11:07:02 +0200
commit37832d62154fb8edf64bfc1c5749ff2f3a6a625b (patch)
tree6c9e6a6cab4389250642fed37dc1eed9cce2f317 /include
parent1c43eb9fdaeb78be8deff277c4212625120d1687 (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 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;
}