From: Johannes Berg Date: Thu, 30 Sep 2010 19:21:25 +0000 (+0200) Subject: cfg80211: remove spurious __KERNEL__ ifdef X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea229e682633a18c1fa2c408400a6923cfc47910;p=pandora-kernel.git cfg80211: remove spurious __KERNEL__ ifdef The net/cfg80211.h header file isn't exported to userspace, so there's no need for any kind of __KERNEL__ protection in it. If it was exported, everything else in it would need protection as well, not just the logging stuff ... Cc:Joe Perches Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed