[PATCH 6/8] lib: Include appropriate header file in lib/libcrc32c.c

2014-02-24 Thread Rashika Kheria
Include appropriate header file include/linux/crc32c.h in lib/libcrc32c.c because it has prototype declaration of function defined in lib/libcrc32c.c. This eliminates the following warning in lib/libcrc32c.c: lib/libcrc32c.c:42:5: warning: no previous prototype for ‘crc32c’

[PATCH 6/8] lib: Include appropriate header file in lib/libcrc32c.c

2014-02-24 Thread Rashika Kheria
Include appropriate header file include/linux/crc32c.h in lib/libcrc32c.c because it has prototype declaration of function defined in lib/libcrc32c.c. This eliminates the following warning in lib/libcrc32c.c: lib/libcrc32c.c:42:5: warning: no previous prototype for ‘crc32c’