CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/23 11:44:51
Modified files:
sys/dev/pci : if_iwn.c if_wpi.c
Log message:
Hide static inline functions that are only used in debug code behind the same
#ifdef as the debug code itself. Prevents clang from warning about these
functions being unused.
ok stsp@, deraadt@
