From: Johannes Berg Date: Wed, 26 Mar 2008 13:14:55 +0000 (+0100) Subject: cfg80211: don't export ieee80211_get_channel X-Git-Tag: v2.6.26-rc1~1138^2~291^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c507cd0400cb51dd2ee251c1b8756b9375a1128;p=pandora-kernel.git cfg80211: don't export ieee80211_get_channel This patch makes ieee80211_get_channel a static inline defined in cfg80211's header file which simply calls __ieee80211_get_channel to avoid symbol clashes with the ieee80211 code. The problem was pointed out by David Miller, thanks! Signed-off-by: Johannes Berg Cc: David Miller Signed-off-by: John W. Linville --- Reading git-diff-tree failed