X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fudf%2Fcrc.c;h=1b82a4adc2f7594ae11cc9151200be3135449f8d;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=1dc900e7af31ab8eb5d777d7e95482d0be8d3b13;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/fs/udf/crc.c b/fs/udf/crc.c index 1dc900e7a..1b82a4adc 100644 --- a/fs/udf/crc.c +++ b/fs/udf/crc.c @@ -14,11 +14,6 @@ * * AT&T gives permission for the free use of the CRC source code. * - * CONTACTS - * E-mail regarding any portion of the Linux UDF file system should be - * directed to the development team mailing list (run by majordomo): - * linux_udf@hpesjro.fc.hp.com - * * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: @@ -84,7 +79,7 @@ static uint16_t crc_table[256] = { * July 21, 1997 - Andrew E. Mileski * Adapted from OSTA-UDF(tm) 1.50 standard. */ -extern uint16_t +uint16_t udf_crc(uint8_t *data, uint32_t size, uint16_t crc) { while (size--)