diff options
author | Michal Simek <monstr@monstr.eu> | 2012-11-07 15:25:39 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-11-07 17:11:14 +0100 |
commit | f8c1ed092c828b51683873c0c79acc44b27eb8e9 (patch) | |
tree | c31de36cd57ceb6dc996535d4bb67a81ac37102a /arch/m68k/include/asm/ptrace.h | |
parent | 5811830fae92cf0a3bb11ead54ef1267464a1280 (diff) | |
download | talos-obmc-uboot-f8c1ed092c828b51683873c0c79acc44b27eb8e9.tar.gz talos-obmc-uboot-f8c1ed092c828b51683873c0c79acc44b27eb8e9.zip |
microblaze: Remove asm/bitops.h from asm/posix_types.h
The patch
"include/linux/byteorder: import latest endian definitions from linux"
(sha1: eef1cf2d5cf1cae5fb76713e912263dedf110aeb)
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>
Diffstat (limited to 'arch/m68k/include/asm/ptrace.h')
0 files changed, 0 insertions, 0 deletions