mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
lightnvm: make nvm_free static
Prefix the nvm_free static function with a missing static keyword. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <matias@cnexlabs.com> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
4af3f75d79
commit
46b160ceda
@ -999,7 +999,7 @@ err_fmtype:
|
||||
return ret;
|
||||
}
|
||||
|
||||
void nvm_free(struct nvm_dev *dev)
|
||||
static void nvm_free(struct nvm_dev *dev)
|
||||
{
|
||||
if (!dev)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user