Staging: wlan-ng: Fix Sparse warning should it be static?
This patch fixes following Sparse warning should it be static? in staging/wlan-ng. Signed-off-by: Tugce Sirin <ztugcesirin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b66cbef25e
commit
4d8c1d0fdf
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ static int validate_identity(void);
|
||||||
* 0 - success
|
* 0 - success
|
||||||
* ~0 - failure
|
* ~0 - failure
|
||||||
----------------------------------------------------------------*/
|
----------------------------------------------------------------*/
|
||||||
int prism2_fwtry(struct usb_device *udev, wlandevice_t *wlandev)
|
static int prism2_fwtry(struct usb_device *udev, wlandevice_t *wlandev)
|
||||||
{
|
{
|
||||||
const struct firmware *fw_entry = NULL;
|
const struct firmware *fw_entry = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue