From: SeongJae Park Date: Wed, 26 Mar 2014 14:24:06 +0000 (+0900) Subject: staging: silicom: remove BP_PROC_SUPPORT dependant code X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1273 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfdaa39f42e6f7b364f3c499af9a67b1d8186c8b;p=pandora-kernel.git staging: silicom: remove BP_PROC_SUPPORT dependant code Some code is hide inside #ifdef BP_PROC_SUPPORT and it never defined anywhere. And, it made defined but not used function which calling code was hide inside #ifdef BP_PROC_SUPPORT and caused following build warning: drivers/staging/silicom/bpctl_mod.c:6786:12: warning: ‘bp_proc_create’ defined but not used [-Wunused-function] static int bp_proc_create(void) ^ Fix the warning and remove code complexity by remove whole code inside #ifdef BP_PROC_SUPPORT. Signed-off-by: SeongJae Park Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed