]> Pileus Git - ~andy/linux/commit
cfg80211: remove spurious __KERNEL__ ifdef
authorJohannes Berg <johannes.berg@intel.com>
Thu, 30 Sep 2010 19:21:25 +0000 (21:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Oct 2010 17:35:23 +0000 (13:35 -0400)
commitea229e682633a18c1fa2c408400a6923cfc47910
treedb12c45737152b7aae91f05f3d1013057ea61563
parent663fcafd977f13e6483f7d4cf2ccdbc4fae81ed0
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 <joe@perches.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h