aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-23 18:57:22 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-23 18:57:22 -0700
commitd8581969904b8a72db726c4b9090234c0f0bb18f (patch)
tree784f83eaf9cd302729f67a18dc32f5bf6cb03a77 /kernel/cgroup.c
parent5a0e554b62dc77709ceebb6326b292bdd8d2c342 (diff)
parente0f13920d6a082d85e21a1b4c02907446198fc36 (diff)
downloadkernel_samsung_espresso10-d8581969904b8a72db726c4b9090234c0f0bb18f.zip
kernel_samsung_espresso10-d8581969904b8a72db726c4b9090234c0f0bb18f.tar.gz
kernel_samsung_espresso10-d8581969904b8a72db726c4b9090234c0f0bb18f.tar.bz2
Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6
* 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6: ni5010: kill unused variable eexpress: fix !SMP unused-var warning cgroup: kill unused variable
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 5987dcc..3fe21e1 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2402,7 +2402,6 @@ struct file_operations proc_cgroup_operations = {
static int proc_cgroupstats_show(struct seq_file *m, void *v)
{
int i;
- struct cgroupfs_root *root;
seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n");
mutex_lock(&cgroup_mutex);