Messages in this thread |  | | | From | David Howells <> | | Subject | Re: [PATCH 4/5] byteorder: fix direct byteswap includes | | Date | Fri, 04 Jul 2008 16:37:43 +0100 | |
Harvey Harrison <harvey.harrison@gmail.com> wrote:
> +#include <asm/byteorder.h>
Please use <linux/byteorder.h> rather than <asm/byteorder.h> when including
stuff from .c files outside the include and arch directories.
And whilst you're at it, Documentation/byteorder.txt is yours for the
creation:-)
David
|  |