diff options
| author | kbuild test robot <[email protected]> | 2015-10-15 15:59:53 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 21:55:47 -0700 |
| commit | 23fba59de00aeeb587db16b450aea7c497cde8ed (patch) | |
| tree | 9c0b519917a736b40550770c3a4f445044612fef | |
| parent | 870515c113899cc9595cfe507c4262881a2a1df0 (diff) | |
staging: wilc1000: join_req_drv can be static
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/wilc1000/host_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 0170842a657b..3dbb74ebafa0 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -261,7 +261,7 @@ static u8 mode_11i; u8 auth_type; u32 join_req_size; static u32 info_element_size; -struct host_if_drv *join_req_drv; +static struct host_if_drv *join_req_drv; #define REAL_JOIN_REQ 0 #define FLUSHED_JOIN_REQ 1 #define FLUSHED_BYTE_POS 79 |