Commit d9e46d5d authored by Matias Bjørling's avatar Matias Bjørling Committed by Jens Axboe

lightnvm: make __nvm_submit_ppa static

The __nvm_submit_ppa() function is not used outside lightnvm core.
Signed-off-by: default avatarMatias Bjørling <m@bjorling.me>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 8680f165
...@@ -325,7 +325,7 @@ static void nvm_end_io_sync(struct nvm_rq *rqd) ...@@ -325,7 +325,7 @@ static void nvm_end_io_sync(struct nvm_rq *rqd)
complete(waiting); complete(waiting);
} }
int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode, static int __nvm_submit_ppa(struct nvm_dev *dev, struct nvm_rq *rqd, int opcode,
int flags, void *buf, int len) int flags, void *buf, int len)
{ {
DECLARE_COMPLETION_ONSTACK(wait); DECLARE_COMPLETION_ONSTACK(wait);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment