u-boot/arch/microblaze/include/asm
Michal Simek f8c1ed092c microblaze: Remove asm/bitops.h from asm/posix_types.h
The patch
"include/linux/byteorder: import latest endian definitions from linux"
(sha1: eef1cf2d5c)

Introduced a lot of compilation failures with unknow types.
include/linux/byteorder/big_endian.h:45:1: error: unknown type name '__le64'
include/linux/byteorder/big_endian.h: In function '__cpu_to_le64p':
include/linux/byteorder/big_endian.h:47:18: error: '__le64' undeclared (first use in this function)
include/linux/byteorder/big_endian.h:47:18: note: each undeclared identifier is reported only once for each function it appears in
include/linux/byteorder/big_endian.h:47:25: error: expected ';' before '__swab64p'
include/linux/byteorder/big_endian.h: At top level:
include/linux/byteorder/big_endian.h:49:1: error: unknown type name '__le64'
include/linux/byteorder/big_endian.h:53:1: error: unknown type name '__le32'
include/linux/byteorder/big_endian.h: In function '__cpu_to_le32p':
include/linux/byteorder/big_endian.h:55:18: error: '__le32' undeclared (first use in this function)
include/linux/byteorder/big_endian.h:55:25: error: expected ';' before '__swab32p'
include/linux/byteorder/big_endian.h: At top level:
include/linux/byteorder/big_endian.h:57:1: error: unknown type name '__le32'
include/linux/byteorder/big_endian.h:61:1: error: unknown type name '__le16'
...

Removing asm/bitops.h solved this problem.

Signed-off-by: Michal Simek <monstr@monstr.eu>
2012-11-07 17:11:14 +01:00
..
asm.h microblaze: Fix systems with MSR=0 2011-02-15 15:13:24 +01:00
bitops.h microblaze: Fix compilation warning in ext2_find_next_zero_bit 2012-11-07 17:11:14 +01:00
byteorder.h microblaze: Fix byteorder for microblaze 2012-11-07 17:11:14 +01:00
cache.h microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment 2011-10-23 20:50:43 +02:00
config.h Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 2010-10-29 21:32:07 +02:00
errno.h Move architecture-specific includes to arch/$ARCH/include/asm 2010-04-13 09:13:12 +02:00
global_data.h microblaze: Change bi_baudrate and global data baudrate to int 2012-10-19 15:25:44 -07:00
gpio.h microblaze: Add gpio.h 2012-07-09 10:44:26 +02:00
io.h microblaze: Fix strict-aliasing rules for in_be32 2011-10-24 07:57:03 +02:00
microblaze_intc.h microblaze: intc: Registering interrupt should return value 2012-09-11 09:24:57 +02:00
microblaze_timer.h microblaze: timer: Prepare for device-tree initialization 2012-09-11 09:24:58 +02:00
posix_types.h microblaze: Remove asm/bitops.h from asm/posix_types.h 2012-11-07 17:11:14 +01:00
processor.h microblaze: Clean microblaze initialization 2012-09-11 09:24:58 +02:00
ptrace.h Move architecture-specific includes to arch/$ARCH/include/asm 2010-04-13 09:13:12 +02:00
string.h Move architecture-specific includes to arch/$ARCH/include/asm 2010-04-13 09:13:12 +02:00
system.h Move architecture-specific includes to arch/$ARCH/include/asm 2010-04-13 09:13:12 +02:00
types.h Move architecture-specific includes to arch/$ARCH/include/asm 2010-04-13 09:13:12 +02:00
u-boot.h microblaze: Change bi_baudrate and global data baudrate to int 2012-10-19 15:25:44 -07:00
unaligned.h microblaze: Fix unaligned.h for endians 2011-10-10 08:54:28 +02:00