From: Satyam Sharma Date: Sun, 2 Sep 2007 20:11:34 +0000 (+0530) Subject: [PATCH] net/wireless/sysfs.c: Shut up build warning X-Git-Tag: v2.6.23-rc9~41^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5ee3a038c869e773092834abaa8174e0d77514;p=pandora-kernel.git [PATCH] net/wireless/sysfs.c: Shut up build warning net/wireless/sysfs.c:108: warning: ‘wiphy_uevent’ defined but not used when CONFIG_HOTPLUG=n is because the only usage site of this function is #ifdef'ed as such, so let's #ifdef the definition also. Signed-off-by: Satyam Sharma Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed