Re: [PATCH][next] ieee802154: atusb: make two structures static, fixes warnings

2017-09-26 Thread Stefan Schmidt
Hello. On 09/26/2017 03:18 PM, Colin King wrote: > From: Colin Ian King > > 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 spars

[PATCH][next] ieee802154: atusb: make two structures static, fixes warnings

2017-09-26 Thread Colin King
From: Colin Ian King 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