diff options
author | Baoyou Xie | 2016-08-26 08:08:53 +0200 |
---|---|---|
committer | Jens Axboe | 2016-08-29 16:13:21 +0200 |
commit | 99e6b87ec2102b10e190c92ea9560bafcb744f86 (patch) | |
tree | 6334b94b9c1fa7cf815d52f2136d283cd47234ab /mm/memcontrol.c | |
parent | blk-mq: prefetch request in blk_mq_tag_to_rq() (diff) | |
download | kernel-qcow2-linux-99e6b87ec2102b10e190c92ea9560bafcb744f86.tar.gz kernel-qcow2-linux-99e6b87ec2102b10e190c92ea9560bafcb744f86.tar.xz kernel-qcow2-linux-99e6b87ec2102b10e190c92ea9560bafcb744f86.zip |
mtip32xx: mark symbols static where possible
We get 1 warning when biuld kernel with W=1:
drivers/block/mtip32xx/mtip32xx.c:3689:6: warning: no previous prototype for
'mtip_block_release' [-Wmissing-prototypes]
In fact, this function is only used in the file in which it is declared
and don't need a declaration, but can be made static.
so this patch marks it 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'mm/memcontrol.c')
0 files changed, 0 insertions, 0 deletions