]> git.baikalelectronics.ru Git - kernel.git/commit
staging: exfat: remove two unused functions
authorYueHaibing <yuehaibing@huawei.com>
Thu, 14 Nov 2019 14:03:48 +0000 (22:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Nov 2019 06:11:24 +0000 (14:11 +0800)
commit3778c8969e297409c007ae9d3a09cb7f28cbc7f2
tree0835cf6c019188036bbd2e9f426dd0d47bf540b5
parent5418b0101746c716d7428fa036ed12f25829f805
staging: exfat: remove two unused functions

Fix sparse warnings:

drivers/staging/exfat/exfat_core.c:2045:4: warning: symbol 'calc_checksum_1byte' was not declared. Should it be static?
drivers/staging/exfat/exfat_core.c:2080:5: warning: symbol 'calc_checksum_4byte' was not declared. Should it be static?

The two functions has no caller in tree, so remove it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20191114140348.46088-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat_core.c