From: Sukanto Ghosh Date: Wed, 17 Jun 2009 23:27:50 +0000 (-0700) Subject: sysctl.c: remove unused variable X-Git-Tag: v2.6.31-rc1~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7338f29984114066b00da343a22876bb08259a84;p=pandora-kernel.git sysctl.c: remove unused variable Remoce the unused variable 'val' from __do_proc_dointvec() The integer has been declared and used as 'val = -val' and there is no reference to it anywhere. Signed-off-by: Sukanto Ghosh Cc: Jaswinder Singh Rajput Cc: Sukanto Ghosh Cc: Jiri Kosina Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed