From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 10 Nov 2012 11:33:02 +0100 Subject: [U-Boot] [PATCH 2/2] socfpga/spl: Remove malloc.h In-Reply-To: <50866FFD.3090507@gmail.com> References: <50866F38.4050308@gmail.com> <50866FFD.3090507@gmail.com> Message-ID: <20121110113302.6c141ff5@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Vikram, On Tue, 23 Oct 2012 15:52:53 +0530, Vikram Narayanan wrote: > Remove unused header > > Signed-off-by: Vikram Narayanan > --- > arch/arm/cpu/armv7/socfpga/spl.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c > index 23053fd..84216eb 100644 > --- a/arch/arm/cpu/armv7/socfpga/spl.c > +++ b/arch/arm/cpu/armv7/socfpga/spl.c > @@ -21,7 +21,6 @@ > #include > #include > #include > -#include > #include > #include > Note: this was applied to u-boot-arm/master along with 1/2. Amicalement, -- Albert.