diff options
| author | Colin Ian King <[email protected]> | 2017-09-26 13:18:36 +0000 |
|---|---|---|
| committer | Stefan Schmidt <[email protected]> | 2017-09-26 13:22:45 +0000 |
| commit | 06ff5dad46feee9ebc0b9f14f0ae3fe3d232392e (patch) | |
| tree | feda976ce996a430eb2103a50838e284453d1fde /net/unix/af_unix.c | |
| parent | ieee802154: atusb: fix firmware version check to enable frame retries (diff) | |
| download | kernel-06ff5dad46feee9ebc0b9f14f0ae3fe3d232392e.tar.gz kernel-06ff5dad46feee9ebc0b9f14f0ae3fe3d232392e.zip | |
ieee802154: atusb: make two structures static, fixes warnings
The arrays atusb_chip_data and hulusb_chip_data are local to the source
and do not need to be in global scope, so make them static. Also
remove unnecessary forward declaration of atusb_chip_data.
Cleans up sparse warnings:
symbol 'atusb_chip_data' was not declared. Should it be static?
symbol 'hulusb_chip_data' was not declared. Should it be static?
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Stefan Schmidt <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
