Nobuhiro Iwamatsu f3269ad4e8 include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s
When __BYTEORDER_HAS_U64__ is not defined, we got warning following:

-----
/tmp/include/linux/byteorder/little_endian.h: In function ‘__cpu_to_be64p’:
/tmp/include/linux/byteorder/little_endian.h:71:2: warning: implicit declaration of function ‘__swab64p’
		[-Wimplicit-function-declaration]
-----

Usually, __arch__swab64* required for __fswab64,  __swab64p and __swab64s
is defined.  Therefore, __BYTEORDER_HAS_U64__ is unnecessary.
This removes __BYTEORDER_HAS_U64__.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Kim Phillips <kim.phillips@freescale.com>
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
2012-11-30 07:15:04 -07:00
..
2012-11-20 00:16:06 +01:00
2011-10-01 21:56:20 +02:00
2011-01-18 23:38:08 +01:00
2011-10-17 22:25:34 +02:00
2011-04-20 15:09:19 -05:00
2010-10-27 22:48:30 +02:00
2010-10-27 22:48:30 +02:00
2012-05-15 08:31:26 +02:00
2011-09-11 21:24:09 +02:00
2010-12-17 10:14:09 +01:00
2012-01-26 16:09:02 -06:00
2012-10-15 11:53:47 -07:00