]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
FDT: don't use private kernel header files
authorWolfgang Denk <wd@xpert.denx.de>
Tue, 21 Oct 2008 09:23:56 +0000 (11:23 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 21 Oct 2008 19:35:44 +0000 (21:35 +0200)
commitdef0819e920b05b34b56d8b42e1e43d9b89a52d6
tree955dd2fbe11c8573f84a3a308e2eb5b0f41fd09c
parent06c29422189388f3082c5bab226af17e90d51ee7
FDT: don't use private kernel header files

On some systems (for example Fedora Core 4) U-Boot builds with the
following wanrings only:

...
In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
                 from fdt.c:51:
 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!

This patch fixes this problem.

Signed-off-by: Wolfgang Denk <wd@denx.de>
include/image.h
include/libfdt_env.h