udf: use crc_itu_t from lib instead of udf_crc
[deliverable/linux.git] / fs / udf / udfdecl.h
index 61897d312a2ea30e3332e66c38d903f8b5ce410c..f3f45d029277a4f1b038c6baf38ca2cce8703739 100644 (file)
@@ -220,9 +220,6 @@ extern struct fileIdentDesc *udf_get_fileident(void *buffer, int bufsize,
 extern long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
 extern short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int);
 
-/* crc.c */
-extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t);
-
 /* udftime.c */
 extern struct timespec *udf_disk_stamp_to_time(struct timespec *dest,
                                                timestamp src);
This page took 0.025959 seconds and 5 git commands to generate.