diff --git a/[refs] b/[refs] index 0022696292b8..c4430b468ade 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 17a5138d204014b00cb9c1d6e8ff311993041b5c +refs/heads/master: f26ec5baa67524b00311b8ec4626efc0a95925e1 diff --git a/trunk/ipc/mq_sysctl.c b/trunk/ipc/mq_sysctl.c index 89f60ec8ee54..24ae46dfe45d 100644 --- a/trunk/ipc/mq_sysctl.c +++ b/trunk/ipc/mq_sysctl.c @@ -22,6 +22,7 @@ #define MIN_MSGSIZEMAX 128 /* min value for msgsize_max */ #define MAX_MSGSIZEMAX (8192*128) /* max value for msgsize_max */ +#ifdef CONFIG_PROC_SYSCTL static void *get_mq(ctl_table *table) { char *which = table->data; @@ -30,7 +31,6 @@ static void *get_mq(ctl_table *table) return which; } -#ifdef CONFIG_PROC_SYSCTL static int proc_mq_dointvec(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) {