On Wed, 26 May 2010 11:05:06 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
hmpf. Does this fix?
--- a/lib/crc32.c~a
+++ a/lib/crc32.c
@@ -26,6 +26,7 @@
#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/init.h>
+#include <asm/byteorder.h>
#include <asm/atomic.h>
#include "crc32defs.h"
#if CRC_LE_BITS == 8
_
--