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>2011-12-06 11:00:52 +0100
commit9be0093373c7cee6407d35fd483a47ba10818a5b (patch)
tree41a0daf971c88494bbe302a3fafa76e89f2d2176 /include
parenta55317bddd7d15e62d7662b829134c6eea2afee6 (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 ddaae98c53f..b433a7dd954 100644
--- a/include/linux/moduleparam.h
+++ b/include/linux/moduleparam.h
@@ -164,7 +164,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;
}