]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: fix various sparse static warnings
authorJohannes Berg <johannes.berg@intel.com>
Wed, 8 Sep 2021 07:34:20 +0000 (09:34 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 8 Sep 2021 07:34:20 +0000 (09:34 +0200)
commit3d3d8fc94cf4e7bc904c4eed569b1671dae9c887
tree9345c4fbef12859fe07b922756259c5f9b3fc443
parent24fb155659bb2a6e7f07e3cac532e2b5004b15fd
iw: fix various sparse static warnings

The section macro must be non-static, but many of them
are not used outside a single file. Still declare all of
the sections so that the warnings go away.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
iw.h