From: Paul Bolle Date: Sat, 14 Jul 2012 23:11:55 +0000 (+0000) Subject: gigaset: silence GCC warning for unused 'format_ie' X-Git-Tag: v3.6-rc1~125^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba6047bf99cf4ade4f63b6b3d97cc3ad763b678;p=pandora-kernel.git gigaset: silence GCC warning for unused 'format_ie' Building Gigaset's CAPI support without Gigaset's debugging enabled triggers this GCC warning: 'format_ie' defined but not used [-Wunused-function] Silence this warning by wrapping format_ie() in an "#ifdef CONFIG_GIGASET_DEBUG" and "#endif" pair. Signed-off-by: Paul Bolle Signed-off-by: David S. Miller --- Reading git-diff-tree failed