[PATCH] crc: add common CRC16 module
Currently we have 8 copies of CRC16 calculation table in different device drivers, this patch creates common crc16.c module to replace them. Signed-off-by: Andrey Panin <pazke@donpac.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing
include/linux/crc16.h
0 → 100644
lib/crc16.c
0 → 100644
Please register or sign in to comment