From: Jiri Slaby Date: Tue, 2 Feb 2010 12:43:46 +0000 (+0000) Subject: isdn: mISDN, don't compile unused stuff X-Git-Tag: v2.6.34-rc1~233^2~434 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5981774755f2f967cd1d3f3898576cff20e565;p=pandora-kernel.git isdn: mISDN, don't compile unused stuff Remove these compiler warnings: drivers/isdn/hardware/mISDN/w6692.c:534: warning: `setvolume' defined but not used drivers/isdn/hardware/mISDN/w6692.c:561: warning: `enable_pots' defined but not used by moving the functions inside #if 0 ... #endif. And an alternative is to remove them completely if nobody has plans to use them. Signed-off-by: Jiri Slaby Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed