From e358d7a418e2d5178f12e9ca76b88fa2dc7bf8cb Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Sat, 9 Jun 2012 23:42:15 +0000 Subject: [PATCH] --- yaml --- r: 313648 b: refs/heads/master c: 09d5472a08bc275fe7bdee8bc33d10ae7d1d457e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/flatdevtree_env.h | 27 ----------------------- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 trunk/arch/powerpc/boot/flatdevtree_env.h diff --git a/[refs] b/[refs] index 1e2f75ddf4d8..fe5fff4a8f59 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0a875fd3f7028af904b3a60347693812abd2aad +refs/heads/master: 09d5472a08bc275fe7bdee8bc33d10ae7d1d457e diff --git a/trunk/arch/powerpc/boot/flatdevtree_env.h b/trunk/arch/powerpc/boot/flatdevtree_env.h deleted file mode 100644 index 66e0ebb1a364..000000000000 --- a/trunk/arch/powerpc/boot/flatdevtree_env.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * This file adds the header file glue so that the shared files - * flatdevicetree.[ch] can compile and work in the powerpc bootwrapper. - * - * strncmp & strchr copied from - * Copyright (C) 1991, 1992 Linus Torvalds - * - * Maintained by: Mark A. Greer - */ -#ifndef _PPC_BOOT_FLATDEVTREE_ENV_H_ -#define _PPC_BOOT_FLATDEVTREE_ENV_H_ - -#include -#include -#include "types.h" -#include "string.h" -#include "stdio.h" -#include "ops.h" - -#define be16_to_cpu(x) (x) -#define cpu_to_be16(x) (x) -#define be32_to_cpu(x) (x) -#define cpu_to_be32(x) (x) -#define be64_to_cpu(x) (x) -#define cpu_to_be64(x) (x) - -#endif /* _PPC_BOOT_FLATDEVTREE_ENV_H_ */