From 05a97ebcc1fafe9d6a840524b585212c1d90cf53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Mon, 8 Mar 2010 10:46:11 +0100 Subject: [PATCH] --- yaml --- r: 201604 b: refs/heads/master c: 8fdca37afc16028c4bab9a18d809464c012d3f9b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx2/mach-mx27_3ds.c | 7 ++++++- .../arch/arm/plat-mxc/include/mach/board-mx27pdk.h | 14 -------------- 3 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 trunk/arch/arm/plat-mxc/include/mach/board-mx27pdk.h diff --git a/[refs] b/[refs] index 16b4dd633553..0b9eafc5ec7b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a02b0420ff54bb21850c6faedc86838aadf2a832 +refs/heads/master: 8fdca37afc16028c4bab9a18d809464c012d3f9b diff --git a/trunk/arch/arm/mach-mx2/mach-mx27_3ds.c b/trunk/arch/arm/mach-mx2/mach-mx27_3ds.c index b2f4e0db3fb3..a45df59ca72b 100644 --- a/trunk/arch/arm/mach-mx2/mach-mx27_3ds.c +++ b/trunk/arch/arm/mach-mx2/mach-mx27_3ds.c @@ -18,6 +18,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* + * This machine is known as: + * - i.MX27 3-Stack Development System + * - i.MX27 Platform Development Kit (i.MX27 PDK) + */ + #include #include #include @@ -27,7 +33,6 @@ #include #include #include -#include #include "devices.h" diff --git a/trunk/arch/arm/plat-mxc/include/mach/board-mx27pdk.h b/trunk/arch/arm/plat-mxc/include/mach/board-mx27pdk.h deleted file mode 100644 index fec1bcfa9164..000000000000 --- a/trunk/arch/arm/plat-mxc/include/mach/board-mx27pdk.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright 2009 Freescale Semiconductor, Inc. All Rights Reserved. - */ - -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#ifndef __ASM_ARCH_MXC_BOARD_MX27PDK_H__ -#define __ASM_ARCH_MXC_BOARD_MX27PDK_H__ - -#endif /* __ASM_ARCH_MXC_BOARD_MX27PDK_H__ */