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)
commit81e925747e1c2ef2fa0316c2cd74410c65242a9e
treed2571f4b2ea2118bcfa7948d1a2cb4e51e1320ff
parent9f5068029274a15bf0a92f77e126fe52c3551c19
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