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)
commitd138aed68a932476aaeb9abe680a65b2a120cdc3
tree0835cf6c019188036bbd2e9f426dd0d47bf540b5
parent6caba26ff7210e4591f6793e6597d5236c74c4bb
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