[PATCH 3/3] lib: crc32: Add some additional __pure annotations

2014-05-29 Thread George Spelvin
In case they help the compiler. Signed-off-by: George Spelvin --- As long as I'm messing with it. I also have a large patch to do this to a number of lib/ headers if anyone wants. Redundant "extern" removed to keep things within 80 columns. include/linux/crc32.h | 6 +++--- lib/crc32.c

[PATCH 3/3] lib: crc32: Add some additional __pure annotations

2014-05-29 Thread George Spelvin
In case they help the compiler. Signed-off-by: George Spelvin li...@horizon.com --- As long as I'm messing with it. I also have a large patch to do this to a number of lib/ headers if anyone wants. Redundant extern removed to keep things within 80 columns. include/linux/crc32.h | 6 +++---