]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdef
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Oct 2015 12:27:04 +0000 (14:27 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 16 Oct 2015 07:15:45 +0000 (09:15 +0200)
commite0475243e83f10770a0bf3297c4d152baa6e5763
treed2571f4b2ea2118bcfa7948d1a2cb4e51e1320ff
parent9c30efdd52a5228810cdc044b9e65974c12dbd54
cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdef

The function is void and static, so just ifdef its contents
instead of duplicating the declaration.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c