]> 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)
commit4cc5bd17e92054a76f96fd31b1bb05b8e6c74193
treed2571f4b2ea2118bcfa7948d1a2cb4e51e1320ff
parent30ca8856f26a35db384beafb75ab450a5faea0bf
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