summaryrefslogtreecommitdiff
path: root/include/linux/byteorder/little_endian.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-11-14 21:35:26 +0000
committerTom Rini <trini@ti.com>2012-11-30 07:15:04 -0700
commitf3269ad4e8faa4e9803245dd13ef0dc83f0339fc (patch)
treeec1ba9878c2e658acea9872c1ddcea23cf6d1c16 /include/linux/byteorder/little_endian.h
parentb8715d8def240014da5614a4f940130ec06d9ebf (diff)
downloadu-boot-imx-f3269ad4e8faa4e9803245dd13ef0dc83f0339fc.zip
u-boot-imx-f3269ad4e8faa4e9803245dd13ef0dc83f0339fc.tar.gz
u-boot-imx-f3269ad4e8faa4e9803245dd13ef0dc83f0339fc.tar.bz2
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>
Diffstat (limited to 'include/linux/byteorder/little_endian.h')
0 files changed, 0 insertions, 0 deletions