staging: brcm80211: remove unrefrenced malloced field
from 'struct osl_info' structure Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
182acb3ca5
commit
da6830ac39
1 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@ struct osl_info {
|
|||
osl_pubinfo_t pub;
|
||||
uint magic;
|
||||
void *pdev;
|
||||
uint malloced;
|
||||
uint failed;
|
||||
uint bustype;
|
||||
};
|
||||
|
@ -128,7 +127,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag)
|
|||
#endif /* BRCM_FULLMAC */
|
||||
|
||||
osh->magic = OS_HANDLE_MAGIC;
|
||||
osh->malloced = 0;
|
||||
osh->failed = 0;
|
||||
osh->pdev = pdev;
|
||||
osh->pub.pkttag = pkttag;
|
||||
|
|
Loading…
Reference in a new issue