diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-12-13 03:28:43 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-13 03:28:43 -0500 |
commit | 20aeeb356ba2e8daa99b5942c528ae2b3ea28433 (patch) | |
tree | d2cebc7039954851998d592123899f5627def7a9 /kernel/sysctl.c | |
parent | 07a9e2b2fbdda631eeff54e4b8ebcaaea71be538 (diff) | |
parent | 5b84ba26a9672e615897234fa5efd3eea2d6b295 (diff) |
Merge branch 'topic/workq-update' into topic/asoc
Conflicts:
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8753.c
sound/soc/sh/fsi.c
sound/soc/soc-core.c
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index b65bf634035e..5abfa1518554 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = { | |||
702 | .extra1 = &zero, | 702 | .extra1 = &zero, |
703 | .extra2 = &ten_thousand, | 703 | .extra2 = &ten_thousand, |
704 | }, | 704 | }, |
705 | #endif | ||
706 | { | 705 | { |
707 | .procname = "dmesg_restrict", | 706 | .procname = "dmesg_restrict", |
708 | .data = &dmesg_restrict, | 707 | .data = &dmesg_restrict, |
@@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = { | |||
712 | .extra1 = &zero, | 711 | .extra1 = &zero, |
713 | .extra2 = &one, | 712 | .extra2 = &one, |
714 | }, | 713 | }, |
714 | #endif | ||
715 | { | 715 | { |
716 | .procname = "ngroups_max", | 716 | .procname = "ngroups_max", |
717 | .data = &ngroups_max, | 717 | .data = &ngroups_max, |